feature: allow to prefer single tag selection

This commit is contained in:
Jesse Chan
2020-11-16 21:39:45 +08:00
parent e3fed187ec
commit 3b573e59e9
5 changed files with 44 additions and 1 deletions

View File

@@ -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';
}