diff --git a/sleepyhead/SleepLib/preferences.cpp b/sleepyhead/SleepLib/preferences.cpp index b988f13c..cef2ae7d 100644 --- a/sleepyhead/SleepLib/preferences.cpp +++ b/sleepyhead/SleepLib/preferences.cpp @@ -72,6 +72,7 @@ QString GetAppRoot() if (HomeAppRoot.isEmpty()) { HomeAppRoot = desktopFolder + "/" + getDefaultAppRoot(); + BREAK.... const QString testing = "-Testing"; QDir dir(HomeAppRoot+testing); if (dir.exists()) {