#10 Fix haptic settings
This commit is contained in:
parent
8b82f0bdeb
commit
d38dd1499d
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue