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

This commit is contained in:
Subhamoy Biswas
2026-05-26 21:08:21 +05:30
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;