Make source "isEnabled" a global metadata setting

This commit is contained in:
schroda
2025-06-23 02:18:31 +02:00
parent 914262dfac
commit 7897bac2d6

View File

@@ -168,6 +168,7 @@ export const GLOBAL_METADATA_KEYS: AppMetadataKeys[] = [
// sources // sources
'savedSearches', 'savedSearches',
'isPinned', 'isPinned',
'isEnabled',
// themes // themes
'customThemes', 'customThemes',