1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-02-05 01:52:22 +05:30

feat: added filename template option in settings

This commit is contained in:
2025-10-06 22:50:05 +05:30
Verified
parent 7193083b6b
commit e59a85d2b3
4 changed files with 75 additions and 5 deletions

View File

@@ -179,6 +179,7 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
force_internet_protocol: 'ipv4',
use_custom_commands: false,
custom_commands: [],
filename_template: '%(title)s_%(resolution|unknown)s',
// extension settings
websocket_port: 53511
},
@@ -239,6 +240,7 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
force_internet_protocol: 'ipv4',
use_custom_commands: false,
custom_commands: [],
filename_template: '%(title)s_%(resolution|unknown)s',
// extension settings
websocket_port: 53511
},