1
1
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:
2025-07-09 23:17:42 +05:30
Verified
parent c133b18b49
commit 9f423e717a
6 changed files with 84 additions and 99 deletions

View File

@@ -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,