mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 11:34:55 +00:00
fixed wrong setting
This commit is contained in:
parent
114d7aaf62
commit
e94632c699
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user