mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
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
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ utils::setScaleFactor(float factor)
|
||||||
float
|
float
|
||||||
utils::scaleFactor()
|
utils::scaleFactor()
|
||||||
{
|
{
|
||||||
QSettings settings("nheko", "nheko");
|
QSettings settings;
|
||||||
return settings.value("settings/scale_factor", -1).toFloat();
|
return settings.value("settings/scale_factor", -1).toFloat();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue