diff options
| author | Fuwn <[email protected]> | 2025-06-27 19:18:54 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-27 19:18:54 -0700 |
| commit | 40918f417cec13cde2b7be8555d3f3bf8fa6656f (patch) | |
| tree | ce3f0daaaece3a6af75f37305898530f9b4d940f /Sora/Views/Settings/Section/SettingsThumbnailsView.swift | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-40918f417cec13cde2b7be8555d3f3bf8fa6656f.tar.xz sora-testing-40918f417cec13cde2b7be8555d3f3bf8fa6656f.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Settings/Section/SettingsThumbnailsView.swift')
| -rw-r--r-- | Sora/Views/Settings/Section/SettingsThumbnailsView.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Sora/Views/Settings/Section/SettingsThumbnailsView.swift b/Sora/Views/Settings/Section/SettingsThumbnailsView.swift index 9e4c856..910debb 100644 --- a/Sora/Views/Settings/Section/SettingsThumbnailsView.swift +++ b/Sora/Views/Settings/Section/SettingsThumbnailsView.swift @@ -23,6 +23,8 @@ struct SettingsThumbnailsView: View { ) #endif + Toggle("Uniform Thumbnail Size", isOn: $settings.uniformThumbnailGrid) + Toggle("Lazy Thumbnail Loading", isOn: $settings.alternativeThumbnailGrid) #if os(macOS) |