Add: UI Black/OLED theme

This commit is contained in:
NickSkier
2025-06-20 01:05:46 +03:00
parent 62f6a11522
commit 3f21b4172b
2 changed files with 23 additions and 0 deletions
+4
View File
@@ -363,6 +363,10 @@ export default {
},
themeOptionItems() {
return [
{
text: this.$strings.LabelThemeBlack,
value: 'black'
},
{
text: this.$strings.LabelThemeDark,
value: 'dark'