mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 22:15:36 +05:00
anix/refactor: navbar
This commit is contained in:
parent
48345244f3
commit
6b84a312f7
11 changed files with 332 additions and 374 deletions
|
@ -10,7 +10,7 @@ interface preferencesState {
|
|||
saveWatchHistory?: boolean;
|
||||
showChangelog?: boolean;
|
||||
showNavbarTitles?: "always" | "links" | "selected" | "never";
|
||||
showFifthButton?: null | 3 | 4 | 5;
|
||||
showFifthButton?: null | string;
|
||||
};
|
||||
params: {
|
||||
isFirstLaunch?: boolean;
|
||||
|
@ -80,6 +80,7 @@ export const usePreferencesStore = create<preferencesState>()(
|
|||
persistedState as preferencesState
|
||||
);
|
||||
},
|
||||
}
|
||||
version: 2,
|
||||
},
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue