mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Make collapsed sidebar navigation configurable
This commit is contained in:
parent
8cbc25a932
commit
47dc83f360
3 changed files with 43 additions and 20 deletions
|
|
@ -113,6 +113,7 @@ export interface SettingsState {
|
|||
resume: boolean;
|
||||
showQueueDrawerButton: boolean;
|
||||
sideQueueType: SideQueueType;
|
||||
sidebarCollapsedNavigation: boolean;
|
||||
sidebarItems: SidebarItemType[];
|
||||
sidebarPlaylistList: boolean;
|
||||
skipButtons: {
|
||||
|
|
@ -208,6 +209,7 @@ const initialState: SettingsState = {
|
|||
resume: false,
|
||||
showQueueDrawerButton: false,
|
||||
sideQueueType: 'sideQueue',
|
||||
sidebarCollapsedNavigation: true,
|
||||
sidebarItems,
|
||||
sidebarPlaylistList: true,
|
||||
skipButtons: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue