diff options
Diffstat (limited to 'src/components/ble/NotificationManager.cpp')
| -rw-r--r-- | src/components/ble/NotificationManager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ble/NotificationManager.cpp b/src/components/ble/NotificationManager.cpp index fd66c194..36abf026 100644 --- a/src/components/ble/NotificationManager.cpp +++ b/src/components/ble/NotificationManager.cpp @@ -71,11 +71,11 @@ bool NotificationManager::AreNewNotificationsAvailable() { return newNotification; } -bool NotificationManager::isVibrationEnabled() { +bool NotificationManager::IsVibrationEnabled() { return vibrationEnabled; } -void NotificationManager::toggleVibrations() { +void NotificationManager::ToggleVibrations() { vibrationEnabled = !vibrationEnabled; } |
