mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
feature: store tag-specific destination and use it as fallback
This commit is contained in:
@@ -30,8 +30,10 @@ export interface FloodSettings {
|
||||
// Last selection state of "Start Torrent" toggle
|
||||
startTorrentsOnLoad: boolean;
|
||||
|
||||
// Last used download destination
|
||||
torrentDestination?: string;
|
||||
// Preferred download destinations by tags
|
||||
// currently set to the last used download destinations
|
||||
// value of property '' is the default preferred destination
|
||||
torrentDestinations?: Record<string, string>;
|
||||
|
||||
// Tag selector preference
|
||||
UITagSelectorMode?: 'single' | 'multi';
|
||||
|
||||
Reference in New Issue
Block a user