[ui, docs] add custom play time formatting

Signed-off-by: codeman4033 <codeman4033@eden-emu.dev>
This commit is contained in:
codeman4033 2026-03-23 15:12:55 -05:00
parent b673dad40d
commit af64395c6a
No known key found for this signature in database
GPG key ID: DE2F639DF2D265A3
13 changed files with 483 additions and 184 deletions

View file

@ -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