1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-06-21 14:03:43 +05:30

feat: added option to remove download id from filename #35

This commit is contained in:
2026-05-26 21:08:21 +05:30
Verified
parent 450b36b59a
commit fa050b2f39
4 changed files with 27 additions and 5 deletions
+1
View File
@@ -66,6 +66,7 @@ export interface Settings {
pot_server_port: number;
windows_filenames: boolean;
restrict_filenames: boolean;
unique_filenames: boolean;
quit_on_close: boolean;
// extension settings
websocket_port: number;