mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
feat: add analytics
This commit is contained in:
parent
33d34938c6
commit
6d4d320da8
9 changed files with 67 additions and 15 deletions
|
@ -9,6 +9,7 @@ interface preferencesState {
|
|||
// saveSearchHistory: boolean;
|
||||
saveWatchHistory?: boolean;
|
||||
showChangelog?: boolean;
|
||||
enableAnalytics?: boolean;
|
||||
};
|
||||
params: {
|
||||
isFirstLaunch?: boolean;
|
||||
|
@ -32,6 +33,7 @@ export const usePreferencesStore = create<preferencesState>()(
|
|||
// saveSearchHistory: true,
|
||||
saveWatchHistory: true,
|
||||
showChangelog: true,
|
||||
enableAnalytics: true,
|
||||
},
|
||||
params: {
|
||||
isFirstLaunch: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue