mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-02-05 01:52:22 +05:30
(refactor): merged extension tab with settings
This commit is contained in:
@@ -93,7 +93,7 @@ export const useDownloadActionStatesStore = create<DownloadActionStatesStore>((s
|
||||
}));
|
||||
|
||||
export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set) => ({
|
||||
activeTab: 'general',
|
||||
activeTab: 'app',
|
||||
appVersion: null,
|
||||
isFetchingAppVersion: false,
|
||||
ytDlpVersion: null,
|
||||
|
||||
Reference in New Issue
Block a user