fixed wrong setting

This commit is contained in:
georgemoralis 2025-06-04 15:01:37 +03:00
parent 114d7aaf62
commit e94632c699

View File

@ -14,7 +14,7 @@ const QString game_list = "game_list";
const QString game_grid = "game_grid";
// general
const gui_value gen_checkForUpdates = gui_value(general, "showLabelsUnderIcons", false);
const gui_value gen_checkForUpdates = gui_value(general, "checkForUpdates", false);
// main window settings
const gui_value mw_geometry = gui_value(main_window, "geometry", QByteArray());