From 0c25a9d43d0648047d173ab965cd3d4055809e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 7 Oct 2013 23:29:45 +0200 Subject: [PATCH] Fix load default config --- src/kscope.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/kscope.cpp b/src/kscope.cpp index 4a4ab60..3e4c134 100644 --- a/src/kscope.cpp +++ b/src/kscope.cpp @@ -159,7 +159,11 @@ KScope::KScope(QWidget* pParent, const char* szName) : // Use a maximised window the first time if (Config().isFirstTime()) + { + Config().loadDefault(); + Config().store(); showMaximized(); + } // Show the Welcome message if (Config().showWelcomeDlg()) {