Add option to always show images (never blur)

Changelog-Added: Add option to always show images (never blur)
This commit is contained in:
William Casarin
2023-03-15 16:40:17 -06:00
parent 4f96c88b9b
commit 57d48a0395
6 changed files with 17 additions and 4 deletions
+2
View File
@@ -207,6 +207,8 @@ struct ConfigView: View {
.onChange(of: settings.disable_animation) { _ in
clear_kingfisher_cache()
}
Toggle(NSLocalizedString("Always show images", comment: "Setting to always show and never blur images"), isOn: $settings.always_show_images)
.toggleStyle(.switch)
Button(NSLocalizedString("Clear Cache", comment: "Button to clear image cache.")) {
clear_kingfisher_cache()