Minor tweak to one instance of QSettings not necessarily using the same settings as everything else
This commit is contained in:
parent
98d4f14bd1
commit
66641339b3
@ -63,7 +63,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