diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-18 14:43:06 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-18 14:43:06 +0100 |
commit | b3e4cbdde1444b134d8b2729f3abcee405ca1241 (patch) | |
tree | 3bc2775ba0106e6c39bc8a129d6789d00c3bf841 /src/snap.cpp | |
parent | dc16358bcceeb687df7f0a37fdcd3593844dcc7e (diff) | |
parent | ea5f8163231a81e4f0769a518db819c8a1fc78f6 (diff) | |
download | ayatana-indicator-datetime-b3e4cbdde1444b134d8b2729f3abcee405ca1241.tar.gz ayatana-indicator-datetime-b3e4cbdde1444b134d8b2729f3abcee405ca1241.tar.bz2 ayatana-indicator-datetime-b3e4cbdde1444b134d8b2729f3abcee405ca1241.zip |
Merge branch 'tari01-pr/enable-hfd-service-haptic'
Attributes GH PR #78: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/78
Diffstat (limited to 'src/snap.cpp')
-rw-r--r-- | src/snap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snap.cpp b/src/snap.cpp index 37ce741..45cd299 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -128,7 +128,7 @@ public: if (!silent_mode() || vibrate_in_silent_mode_enabled()) { const auto haptic_mode = m_settings->alarm_haptic.get(); if (haptic_mode == "pulse") - haptic = std::make_shared<ain::Haptic>(ain::Haptic::MODE_PULSE, appointment.is_alarm()); + haptic = std::make_shared<ain::Haptic>(appointment.is_alarm()); } } |