mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-08 05:12:57 +02:00
support sidebar player in now playing route (#2134)
- add toggle to show/hide the queue in the sidebarplayer
This commit is contained in:
@@ -247,6 +247,11 @@ const ENV_SETTING_SPECS: EnvSettingSpec[] = [
|
||||
path: ['general', 'showLyricsInSidebar'],
|
||||
type: 'bool',
|
||||
},
|
||||
{
|
||||
key: 'FS_GENERAL_SHOW_QUEUE_IN_SIDEBAR',
|
||||
path: ['general', 'showQueueInSidebar'],
|
||||
type: 'bool',
|
||||
},
|
||||
{ key: 'FS_GENERAL_SHOW_RATINGS', path: ['general', 'showRatings'], type: 'bool' },
|
||||
{
|
||||
key: 'FS_GENERAL_SHOW_VISUALIZER_IN_SIDEBAR',
|
||||
|
||||
Reference in New Issue
Block a user