Skip to content
Snippets Groups Projects
Verified Commit 66641339 authored by Joe Donofry's avatar Joe Donofry
Browse files

Minor tweak to one instance of QSettings not necessarily using the same settings as everything else

parent 98d4f14b
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment