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
@@ -62,6 +62,7 @@ pub enum FeatureFlag {
ServersInApp,
ServerProjectQa,
I18nDebug,
ShowInstancePlayTime,
}
impl Settings {