diff --git a/src/App.vue b/src/App.vue index 020af9b..33c0fd9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -250,6 +250,10 @@ } }, + "$store.getters.autoBookmark" (val) { + localStorage.autoBookmark = val; + }, + "$store.getters.darkTheme" (val) { this.setTheme(val == true ? "dark" : "light"); localStorage.darkTheme = val; @@ -682,20 +686,13 @@ .to-top-button margin-bottom: 80px - footer - background: transparent !important - .v-application.v-theme-- &light - header, footer > .v-card.player-interface + header, footer background: rgba(255, 255, 255, .5) - footer > .v-card.player-interface.solid-bg - background: #fff &dark - header, footer > .v-card.player-interface + header, footer background: rgba(15, 15,15, .5) - footer > .v-card.player-interface.solid-bg - background: #000 .content-container height: calc(100vh - 160px) diff --git a/src/plugins/locales/en.js b/src/plugins/locales/en.js index e7bbebe..df3bfc7 100644 --- a/src/plugins/locales/en.js +++ b/src/plugins/locales/en.js @@ -2,7 +2,7 @@ const messages = { appName: "AudioLib", about: "About", authors: "Authors", - autoBookmarks: "Auto bookmarks", + autoBookmarks: "Auto-bookmarks", book: "Books", bookmarkSaved: "Bookmark saved", books: "Book",