mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-17 02:08:56 +02:00
[ui, docs] add custom play time formatting
Signed-off-by: codeman4033 <codeman4033@eden-emu.dev>
This commit is contained in:
parent
b673dad40d
commit
af64395c6a
13 changed files with 483 additions and 184 deletions
|
|
@ -373,6 +373,10 @@ std::unique_ptr<TranslationMap> InitializeTranslations(QObject* parent) {
|
|||
// Ui Multiplayer
|
||||
|
||||
// Ui Games list
|
||||
INSERT(UISettings, use_custom_play_time_format, tr("Use custom play time format"),
|
||||
QString());
|
||||
INSERT(UISettings, custom_play_time_format, tr("Custom play time format"),
|
||||
QString());
|
||||
|
||||
#undef INSERT
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue