mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-10 04:49:07 +00:00
Don't persist the force metal setting.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user