1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 18:15:50 +05:30

feat: added filename sanitization settings #16 #19

This commit is contained in:
2026-03-20 15:20:04 +05:30
Verified
parent 944560dc4f
commit bd21650394
4 changed files with 40 additions and 4 deletions

View File

@@ -221,6 +221,8 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
use_potoken: false,
disable_innertube: false,
pot_server_port: 4416,
windows_filenames: true,
restrict_filenames: true,
// extension settings
websocket_port: 53511
},
@@ -306,6 +308,8 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
use_potoken: false,
disable_innertube: false,
pot_server_port: 4416,
windows_filenames: true,
restrict_filenames: true,
// extension settings
websocket_port: 53511
},