From 16e41a61433c97c348e65e998d88ffe46a368f6f Mon Sep 17 00:00:00 2001
From: Core <64542347+coredev-uk@users.noreply.github.com>
Date: Thu, 14 Apr 2022 14:38:43 +0100
Subject: [PATCH] settings page again
---
src/renderer/views/pages/settings.ejs | 58 +++++++++++++++++++++------
1 file changed, 45 insertions(+), 13 deletions(-)
diff --git a/src/renderer/views/pages/settings.ejs b/src/renderer/views/pages/settings.ejs
index 7a45c317..97ff6405 100644
--- a/src/renderer/views/pages/settings.ejs
+++ b/src/renderer/views/pages/settings.ejs
@@ -204,7 +204,7 @@
{{app.cfg.audio.equalizer.vibrantBass != 0 || app.cfg.audio.maikiwiAudio.spatial === true || app.cfg.audio.maikiwiAudio.ciderPPE === true ? `${$root.getLz('settings.option.audio.enableAdvancedFunctionality.audioNormalization.description')}\n${$root.getLz('settings.option.audio.enableAdvancedFunctionality.audioNormalization.disabled')}` : $root.getLz('settings.option.audio.enableAdvancedFunctionality.audioNormalization.description')}}
-
@@ -394,7 +394,7 @@
-
+
@@ -710,36 +710,68 @@
+
{{$root.getLz('settings.option.connectivity.discordRPC')}}
-
+
+
+
+
+ {{$root.getLz('settings.option.connectivity.discordRPC.clientName')}}
+
+
+
-
+
+
-
+
+
+
+
+
+ {{$root.getLz('settings.option.connectivity.discordRPC.detailsFormat')}}
+ {{$root.getLz('term.variables')}}: {artist}, {composer}, {title}, {album}, {trackNumber}
+
+
+
+
+
+
+
+
+ {{$root.getLz('settings.option.connectivity.discordRPC.stateFormat')}}
+ {{$root.getLz('term.variables')}}: {artist}, {composer}, {title}, {album}, {trackNumber}
+
+
+
+
+
+
+
{{$root.getLz('settings.option.connectivity.lastfmScrobble')}}
@@ -1010,7 +1042,7 @@
},
getThemeName(filename) {
try {
- return this.themes.find(theme => theme.file === filename).name;
+ return this.themes.find(theme => theme.file === filename).name;
}catch(e) {
return filename;
}