[desktop] Fix bug and typo

Signed-off-by: codeman4033 <codeman4033@eden-emu.dev>
This commit is contained in:
codeman4033 2026-03-26 14:07:19 -05:00 committed by crueter
parent 6c7f04862a
commit 611809bef5
2 changed files with 2 additions and 2 deletions

View file

@ -150,7 +150,7 @@ Example output:
### Compact Format ### Compact Format
``` ```
[h]{H}h [/h][m]{M}m [/m][s]{S}s [h]{h}h [/h][m]{M}m [/m]{S}s
``` ```
Example output: Example output:

View file

@ -234,7 +234,7 @@ struct Values {
// Play time // Play time
Setting<bool> show_play_time{linkage, true, "show_play_time", Category::UiGameList}; Setting<bool> show_play_time{linkage, true, "show_play_time", Category::UiGameList};
Setting<bool> use_custom_play_time_format{linkage, false, "use_custom_play_time_format", Category::UiGameList}; Setting<bool> use_custom_play_time_format{linkage, false, "use_custom_play_time_format", Category::UiGameList};
Setting<std::string> custom_play_time_format{linkage, "", "use_custom_play_time_format", Category::UiGameList}; Setting<std::string> custom_play_time_format{linkage, "", "custom_play_time_format", Category::UiGameList};
// misc // misc
Setting<bool> show_fw_warning{linkage, true, "show_fw_warning", Category::Miscellaneous}; Setting<bool> show_fw_warning{linkage, true, "show_fw_warning", Category::Miscellaneous};