mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-26 03:55:37 +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";
|
const QString game_grid = "game_grid";
|
||||||
|
|
||||||
// general
|
// general
|
||||||
const gui_value gen_checkForUpdates = gui_value(general, "showLabelsUnderIcons", false);
|
const gui_value gen_checkForUpdates = gui_value(general, "checkForUpdates", false);
|
||||||
|
|
||||||
// main window settings
|
// main window settings
|
||||||
const gui_value mw_geometry = gui_value(main_window, "geometry", QByteArray());
|
const gui_value mw_geometry = gui_value(main_window, "geometry", QByteArray());
|
||||||
|
Loading…
Reference in New Issue
Block a user