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
@@ -86,6 +86,12 @@
"app.appearance-settings.select-option": {
"message": "Select an option"
},
"app.appearance-settings.show-play-time.description": {
"message": "Displays how much time you've spent playing an instance."
},
"app.appearance-settings.show-play-time.title": {
"message": "Show play time"
},
"app.appearance-settings.toggle-sidebar.description": {
"message": "Enables the ability to toggle the sidebar."
},