Adding HAM icon and bugtracker
[bootcreen] / bootscreenR.cpp
index 2b1e019..f672b22 100644 (file)
@@ -15,9 +15,9 @@ BootScreenR::BootScreenR()
 
     QTextStream out(&logFile);
     //out << "log" << endl;
-    QDir dir("/home/user/");
+    QDir dir(settingsDir);
 
-    settingsFile.setFileName(dir.filePath("settings.ini"));
+    settingsFile.setFileName(dir.filePath("bootscreen.conf"));
     if (settingsFile.exists()){
         QSettings tempSettings(settingsFile.fileName(),QSettings::IniFormat);
         bool random = tempSettings.value("random").toBool();