anix/remove: show title in navbar setting

This commit is contained in:
Kentai Radiquum 2025-08-25 07:47:37 +05:00
parent 61baffd295
commit 5d2a4cbe67
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 5 additions and 40 deletions

View file

@ -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: {