mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
feature: allow to prefer single tag selection
This commit is contained in:
@@ -33,6 +33,9 @@ export interface FloodSettings {
|
||||
// Last used download destination
|
||||
torrentDestination?: string;
|
||||
|
||||
// Tag selector preference
|
||||
UITagSelectorMode?: 'single' | 'multi';
|
||||
|
||||
// Last used "Add Torrents" tab
|
||||
UITorrentsAddTab?: 'by-url' | 'by-file' | 'by-creation';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user