From 1ce88d0ff2ffad34c4458e296dcae1f4e296a00b Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Wed, 29 Jul 2015 11:19:12 +0200 Subject: [PATCH] Restore FreeFloating options Apparently there are people actually using this --- krunner/view.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/krunner/view.cpp b/krunner/view.cpp index 2b9c1e715..b5cdabf93 100644 --- a/krunner/view.cpp +++ b/krunner/view.cpp @@ -56,6 +56,7 @@ View::View(QWindow *) m_config = KConfigGroup(KSharedConfig::openConfig("krunnerrc"), "General"); + setFreeFloating(m_config.readEntry("FreeFloating", false)); reloadConfig(); new AppAdaptor(this);