diff options
| author | Fuwn <[email protected]> | 2025-07-24 23:19:09 +0200 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-24 23:19:09 +0200 |
| commit | ed7f9684b7465d4cb08edacd602b7e38e399561f (patch) | |
| tree | dfa608c4506d4db0f23e2b3805b47fe69da3a5bd | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-ed7f9684b7465d4cb08edacd602b7e38e399561f.tar.xz sora-testing-ed7f9684b7465d4cb08edacd602b7e38e399561f.zip | |
feat: Development commit
| -rw-r--r-- | Sora/Data/Settings/SettingsSyncKey.swift | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Sora/Data/Settings/SettingsSyncKey.swift b/Sora/Data/Settings/SettingsSyncKey.swift new file mode 100644 index 0000000..5f26250 --- /dev/null +++ b/Sora/Data/Settings/SettingsSyncKey.swift @@ -0,0 +1,3 @@ + private enum SettingsSyncKey { + case bookmarks, searchHistory, customProviders + } |