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