mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
anix/remove: show title in navbar setting
This commit is contained in:
parent
61baffd295
commit
5d2a4cbe67
2 changed files with 5 additions and 40 deletions
|
@ -9,7 +9,6 @@ interface preferencesState {
|
|||
// saveSearchHistory: boolean;
|
||||
saveWatchHistory?: boolean;
|
||||
showChangelog?: boolean;
|
||||
showNavbarTitles?: "always" | "links" | "selected" | "never";
|
||||
showFifthButton?: null | string;
|
||||
};
|
||||
params: {
|
||||
|
@ -39,10 +38,8 @@ export const usePreferencesStore = create<preferencesState>()(
|
|||
(set, get) => ({
|
||||
_hasHydrated: false,
|
||||
flags: {
|
||||
// saveSearchHistory: true,
|
||||
saveWatchHistory: true,
|
||||
showChangelog: true,
|
||||
showNavbarTitles: "always",
|
||||
showFifthButton: null,
|
||||
},
|
||||
params: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue