diff options
| author | Fuwn <[email protected]> | 2025-02-22 06:40:27 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-22 06:40:27 -0800 |
| commit | 97b0b0f5dd54cab5e9dd78ac930306e66e4edcfe (patch) | |
| tree | 7e9022322908e3e42646e5da773fe0f0dad1790d /Sora/Views/Settings | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-97b0b0f5dd54cab5e9dd78ac930306e66e4edcfe.tar.xz sora-testing-97b0b0f5dd54cab5e9dd78ac930306e66e4edcfe.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Views/Settings')
| -rw-r--r-- | Sora/Views/Settings/SettingsDetailsView.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Sora/Views/Settings/SettingsDetailsView.swift b/Sora/Views/Settings/SettingsDetailsView.swift index 713577c..c51ab76 100644 --- a/Sora/Views/Settings/SettingsDetailsView.swift +++ b/Sora/Views/Settings/SettingsDetailsView.swift @@ -9,5 +9,7 @@ struct SettingsDetailsView: View { Text(type.rawValue.capitalized).tag(type) } } + + Toggle("Enable \"Share Image\" Shortcut", isOn: $settings.enableShareShortcut) } } |