diff options
| author | Fuwn <[email protected]> | 2025-09-05 19:48:59 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-09-05 19:48:59 -0700 |
| commit | d5b81fcbc1a8c009204b2482d490e8d8b96c6c26 (patch) | |
| tree | 3cf3593d4aa9facf028d4fe40d952f848f5b2b3f /Sora/Data/Settings/SettingsSyncKey.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-d5b81fcbc1a8c009204b2482d490e8d8b96c6c26.tar.xz sora-testing-d5b81fcbc1a8c009204b2482d490e8d8b96c6c26.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Data/Settings/SettingsSyncKey.swift')
| -rw-r--r-- | Sora/Data/Settings/SettingsSyncKey.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Data/Settings/SettingsSyncKey.swift b/Sora/Data/Settings/SettingsSyncKey.swift index 75c6afe..1cfbd1d 100644 --- a/Sora/Data/Settings/SettingsSyncKey.swift +++ b/Sora/Data/Settings/SettingsSyncKey.swift @@ -1,3 +1,3 @@ enum SettingsSyncKey { - case bookmarks, customProviders, searchHistory + case bookmarks, customProviders, favorites, searchHistory } |