mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-14 19:55:51 +00:00
fix(Core): fixed lazy delete settings
This commit is contained in:
@@ -88,7 +88,7 @@ export const useSystemSignaturesData = ({
|
||||
}
|
||||
}
|
||||
|
||||
const keepLazy = settings[SETTINGS_KEYS.LAZY_DELETE_SIGNATURES] as boolean;
|
||||
const keepLazy = settings[SETTINGS_KEYS.KEEP_LAZY_DELETE] as boolean;
|
||||
if (lazyDeleteValue && !keepLazy) {
|
||||
onLazyDeleteChange?.(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user