mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 05:28:56 +02:00
[desktop] Fix bug and typo
Signed-off-by: codeman4033 <codeman4033@eden-emu.dev>
This commit is contained in:
parent
6c7f04862a
commit
611809bef5
2 changed files with 2 additions and 2 deletions
|
|
@ -150,7 +150,7 @@ Example output:
|
|||
### 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:
|
||||
|
|
|
|||
|
|
@ -234,7 +234,7 @@ struct Values {
|
|||
// Play time
|
||||
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<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
|
||||
Setting<bool> show_fw_warning{linkage, true, "show_fw_warning", Category::Miscellaneous};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue