mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 02:38:37 +12:00
Qt: add setting for save manager background icon colors + fix icon size
This commit is contained in:
parent
d4c635a83c
commit
2f12226ff9
7 changed files with 53 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include "Utilities/Log.h"
|
||||
|
||||
|
@ -225,8 +225,9 @@ namespace gui
|
|||
const gui_save tr_games_state = gui_save(trophy, "games_state", QByteArray());
|
||||
const gui_save tr_trophy_state = gui_save(trophy, "trophy_state", QByteArray());
|
||||
|
||||
const gui_save sd_geometry = gui_save(savedata, "geometry", QByteArray());
|
||||
const gui_save sd_icon_size = gui_save(savedata, "icon_size", 60);
|
||||
const gui_save sd_geometry = gui_save(savedata, "geometry", QByteArray());
|
||||
const gui_save sd_icon_size = gui_save(savedata, "icon_size", 60);
|
||||
const gui_save sd_icon_color = gui_save(savedata, "icon_color", gl_icon_color);
|
||||
|
||||
const gui_save um_geometry = gui_save(users, "geometry", QByteArray());
|
||||
const gui_save um_active_user = gui_save(users, "active_user", "00000001");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue