Don't persist the force metal setting.

This commit is contained in:
Adam Treat
2023-06-27 13:02:54 -04:00
committed by AT
parent 267601d670
commit 42c0a6673a
2 changed files with 4 additions and 13 deletions

View File

@@ -12,9 +12,6 @@ MySettings *MySettings::globalInstance()
MySettings::MySettings()
: QObject{nullptr}
{
QSettings settings;
settings.sync();
m_forceMetal = settings.value("forceMetal", false).toBool();
}
bool MySettings::forceMetal() const