mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
#28 Style
This commit is contained in:
@@ -421,7 +421,7 @@ namespace BlackGui
|
||||
bool CGuiApplication::restoreWindowGeometryAndState(QMainWindow *window)
|
||||
{
|
||||
if (!window) { return false; }
|
||||
const QSettings settings("swift-project.org", this->getApplicationName());
|
||||
const QSettings settings(settingsOrganization(), this->getApplicationName());
|
||||
const QString location = settings.fileName();
|
||||
CLogMessage(this).info(u"GUI settings are here: '%1'") << location;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user