mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-30 07:07:22 +02:00
Adds basic low feedback mode implementation
This commit is contained in:
@@ -75,6 +75,9 @@ export const getters = {
|
||||
},
|
||||
getOrientationLockSetting: state => {
|
||||
return state.deviceData?.deviceSettings?.lockOrientation
|
||||
},
|
||||
getLowFeedbackModeSetting: state => {
|
||||
return state.deviceData?.deviceSettings?.enableLowFeebackMode
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user