diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2016-04-20 17:59:25 -0300 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-07-06 02:23:18 +0200 |
commit | d39dd6255625021cb5e3596ef4c5b921d59797b5 (patch) | |
tree | ce459149301d00f44efdfcce2ef14980403bef0d /include/notifications | |
parent | aeba43c7b4be927c23eb61c2644e60182be22bd5 (diff) | |
download | ayatana-indicator-datetime-d39dd6255625021cb5e3596ef4c5b921d59797b5.tar.gz ayatana-indicator-datetime-d39dd6255625021cb5e3596ef4c5b921d59797b5.tar.bz2 ayatana-indicator-datetime-d39dd6255625021cb5e3596ef4c5b921d59797b5.zip |
Vibrate only once when notification about calendar events.
Diffstat (limited to 'include/notifications')
-rw-r--r-- | include/notifications/haptic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifications/haptic.h b/include/notifications/haptic.h index 535074d..2f4008a 100644 --- a/include/notifications/haptic.h +++ b/include/notifications/haptic.h @@ -41,7 +41,7 @@ public: MODE_PULSE }; - explicit Haptic(const Mode& mode = MODE_PULSE); + explicit Haptic(const Mode& mode = MODE_PULSE, bool repeat = false); ~Haptic(); private: |