mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-20 06:39:34 +05:30
feat: added color scheme options and bumped up to shadcn 3.5
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { ColorScheme, Theme } from "@/providers/themeProvider";
|
||||
|
||||
export interface SettingsTable {
|
||||
key: string;
|
||||
value: string;
|
||||
@@ -12,7 +14,8 @@ export interface CustomCommand {
|
||||
export interface Settings {
|
||||
ytdlp_update_channel: string;
|
||||
ytdlp_auto_update: boolean;
|
||||
theme: 'dark' | 'light' | 'system';
|
||||
theme: Theme;
|
||||
color_scheme: ColorScheme;
|
||||
download_dir: string;
|
||||
max_parallel_downloads: number;
|
||||
max_retries: number;
|
||||
|
||||
Reference in New Issue
Block a user