feat: add toggle for showing play time (#6240)

* feat: add toggle for showing play time

* prepr
This commit is contained in:
Prospector
2026-06-01 15:52:01 +00:00
committed by GitHub
parent 4762a0a725
commit 1550dfb3f0
5 changed files with 76 additions and 36 deletions
+1
View File
@@ -11,6 +11,7 @@ export const DEFAULT_FEATURE_FLAGS = {
skip_unknown_pack_warning: false,
pride_fundraiser: true,
i18n_debug: false,
show_instance_play_time: true,
}
export const THEME_OPTIONS = ['dark', 'light', 'oled', 'system'] as const