mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-11 03:59:09 +00:00
feat(locations): make directory memory opt-in
Keep the last Add-window directory disabled until enabled in Settings > Locations. Refs #23
This commit is contained in:
@@ -273,7 +273,7 @@ export const useSettingsStore = create<SettingsState>()(
|
||||
categorySubfoldersEnabled: true,
|
||||
categorySubfolders: { ...DEFAULT_CATEGORY_SUBFOLDERS },
|
||||
categoryDirectoryOverrides: {},
|
||||
rememberLastUsedDownloadDirectory: true,
|
||||
rememberLastUsedDownloadDirectory: false,
|
||||
lastUsedDownloadDirectory: null,
|
||||
approvedDownloadRoots: [],
|
||||
maxConcurrentDownloads: 3,
|
||||
|
||||
Reference in New Issue
Block a user