Added showBitrateTags and showSearchButton options
Re-added executeCommand as read-only
This commit is contained in:
@@ -43,7 +43,8 @@ const en = {
|
||||
playlistN: '0 playlists | {n} playlist | {n} playlists'
|
||||
},
|
||||
yes: 'yes',
|
||||
no: 'no'
|
||||
no: 'no',
|
||||
empty: 'empty'
|
||||
},
|
||||
about: {
|
||||
appStatus: {
|
||||
@@ -235,7 +236,9 @@ const en = {
|
||||
appearance: {
|
||||
title: 'Appearance',
|
||||
slimDownloadTab: 'Slim download tab',
|
||||
slimSidebar: 'Slim Sidebar'
|
||||
slimSidebar: 'Slim Sidebar',
|
||||
searchButton: 'Show search button',
|
||||
bitrateTags: 'Show quality tag in download queue'
|
||||
},
|
||||
downloadPath: {
|
||||
title: 'Download Path'
|
||||
|
||||
@@ -43,7 +43,8 @@ const it = {
|
||||
playlistN: '{n} playlist'
|
||||
},
|
||||
yes: 'sì',
|
||||
no: 'no'
|
||||
no: 'no',
|
||||
empty: 'vuoto'
|
||||
},
|
||||
about: {
|
||||
appStatus: {
|
||||
@@ -235,7 +236,9 @@ const it = {
|
||||
appearance: {
|
||||
title: 'Aspetto',
|
||||
slimDownloadTab: 'Tab dei download slim',
|
||||
slimSidebar: 'Sidebar slim'
|
||||
slimSidebar: 'Sidebar slim',
|
||||
searchButton: 'Mostra bottone di ricerca',
|
||||
bitrateTags: 'Mostra targhetta qualità nei download'
|
||||
},
|
||||
downloadPath: {
|
||||
title: 'Cartella di download'
|
||||
|
||||
Reference in New Issue
Block a user