Minor tweak to one instance of QSettings not necessarily using the same settings as everything else
This commit is contained in:
parent
219b5b31e5
commit
74e2b0725d
@ -77,7 +77,7 @@ utils::setScaleFactor(float factor)
|
||||
float
|
||||
utils::scaleFactor()
|
||||
{
|
||||
QSettings settings("nheko", "nheko");
|
||||
QSettings settings;
|
||||
return settings.value("settings/scale_factor", -1).toFloat();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user