#10 Fix haptic settings

This commit is contained in:
Marcin Czachursk 2023-04-06 07:15:41 +02:00
parent 8b82f0bdeb
commit d38dd1499d
1 changed files with 6 additions and 0 deletions

View File

@ -168,6 +168,12 @@ struct VernissageApp: App {
self.applicationState.activeIcon = defaultSettings.activeIcon
self.applicationState.showSensitive = defaultSettings.showSensitive
self.applicationState.showPhotoDescription = defaultSettings.showPhotoDescription
self.applicationState.hapticTabSelectionEnabled = defaultSettings.hapticTabSelectionEnabled
self.applicationState.hapticRefreshEnabled = defaultSettings.hapticRefreshEnabled
self.applicationState.hapticButtonPressEnabled = defaultSettings.hapticButtonPressEnabled
self.applicationState.hapticAnimationEnabled = defaultSettings.hapticAnimationEnabled
self.applicationState.hapticNotificationEnabled = defaultSettings.hapticNotificationEnabled
}
private func setImagePipelines() {