Minor bugfix

This commit is contained in:
Hombre57
2019-04-14 17:19:48 +02:00
parent 89e63639be
commit feb122553e
2 changed files with 2 additions and 2 deletions

View File

@@ -1253,7 +1253,7 @@ void Options::readFromFile(Glib::ustring fname)
CPFontSize = keyFile.get_integer("GUI", "CPFontSize");
}
if (keyFile.has_key("GUI", "ScaledIcons")) {
if (keyFile.has_key("GUI", "PseudoHiDPISupport")) {
pseudoHiDPISupport = keyFile.get_boolean("GUI", "PseudoHiDPISupport");
}