From 245abbb67681a832831212e3c68b1c2b92d86781 Mon Sep 17 00:00:00 2001
From: KaHim Chan
-
+
+
diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json
index ac37b2c3..7e402929 100644
--- a/src/i18n/en_US.json
+++ b/src/i18n/en_US.json
@@ -2,7 +2,7 @@
"i18n.languageName": "English (US)",
"i18n.languageNameEnglish": "English (US)",
"i18n.category": "main",
- "i18n.authors": "@maikirakiwi @kyw504100 nosh118",
+ "i18n.authors": "@maikirakiwi @kyw504100 @nosh118",
"app.name": "Cider",
"date.format": "${m} ${d}, ${y}",
"dialog.cancel": "Cancel",
@@ -148,6 +148,7 @@
"term.noVideos": "No videos found.",
"term.plugin": "Plug-in",
"term.pluginMenu": "Plug-in Menu",
+ "term.pluginMenu.none": "No interactive plugins",
"term.replay": "Replay",
"term.uniqueAlbums": "Unique Albums",
"term.uniqueArtists": "Unique Artists",
diff --git a/src/i18n/source/en_US.json b/src/i18n/source/en_US.json
index ac37b2c3..7e402929 100644
--- a/src/i18n/source/en_US.json
+++ b/src/i18n/source/en_US.json
@@ -2,7 +2,7 @@
"i18n.languageName": "English (US)",
"i18n.languageNameEnglish": "English (US)",
"i18n.category": "main",
- "i18n.authors": "@maikirakiwi @kyw504100 nosh118",
+ "i18n.authors": "@maikirakiwi @kyw504100 @nosh118",
"app.name": "Cider",
"date.format": "${m} ${d}, ${y}",
"dialog.cancel": "Cancel",
@@ -148,6 +148,7 @@
"term.noVideos": "No videos found.",
"term.plugin": "Plug-in",
"term.pluginMenu": "Plug-in Menu",
+ "term.pluginMenu.none": "No interactive plugins",
"term.replay": "Replay",
"term.uniqueAlbums": "Unique Albums",
"term.uniqueArtists": "Unique Artists",
diff --git a/src/renderer/less/directives.less b/src/renderer/less/directives.less
index 085f0833..3831816c 100644
--- a/src/renderer/less/directives.less
+++ b/src/renderer/less/directives.less
@@ -174,4 +174,9 @@
flex: 0 0 auto;
}
}
+ .collection-page {
+ .top-fab {
+ bottom:96px;
+ }
+ }
}
diff --git a/src/renderer/views/components/equalizer.ejs b/src/renderer/views/components/equalizer.ejs
index 2ea7622e..d9ab684e 100644
--- a/src/renderer/views/components/equalizer.ejs
+++ b/src/renderer/views/components/equalizer.ejs
@@ -237,15 +237,15 @@
"import": {
"icon": "./assets/feather/share.svg",
"name": app.getLz('action.import'),
- "action": function () {
- this.importPreset()
+ action: () => {
+ notyf.error("Not implemented yet")
}
},
"export": {
"icon": "./assets/feather/share.svg",
"name": app.getLz('action.export'),
- "action": function () {
- this.exportPreset()
+ action: () => {
+ notyf.error("Not implemented yet")
}
},
}
diff --git a/src/renderer/views/pages/about.ejs b/src/renderer/views/pages/about.ejs
index 2191c657..43a7dbda 100644
--- a/src/renderer/views/pages/about.ejs
+++ b/src/renderer/views/pages/about.ejs
@@ -12,6 +12,7 @@
{{$root.getLz('term.rightsReserved')}}