mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-03-22 19:25:49 +05:30
feat: added color scheme options and bumped up to shadcn 3.5
This commit is contained in:
@@ -151,6 +151,7 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
|
||||
ytdlp_update_channel: 'nightly',
|
||||
ytdlp_auto_update: true,
|
||||
theme: 'system',
|
||||
color_scheme: 'default',
|
||||
download_dir: '',
|
||||
prefer_video_over_playlist: true,
|
||||
strict_downloadablity_check: false,
|
||||
@@ -220,6 +221,7 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
|
||||
ytdlp_update_channel: 'nightly',
|
||||
ytdlp_auto_update: true,
|
||||
theme: 'system',
|
||||
color_scheme: 'default',
|
||||
download_dir: '',
|
||||
prefer_video_over_playlist: true,
|
||||
strict_downloadablity_check: false,
|
||||
|
||||
Reference in New Issue
Block a user