aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/settings.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2018-03-26 16:26:09 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-26 21:07:40 +0000
commit2e14b67ca57829d097b9e850e95b96934ec7d97d (patch)
tree45b9248d5ed794527ebf84d8c100018ed1d13a67 /include/datetime/settings.h
parentc8ec1314bd2e92529fdeaf05cbead67eef7e2320 (diff)
downloadayatana-indicator-datetime-2e14b67ca57829d097b9e850e95b96934ec7d97d.tar.gz
ayatana-indicator-datetime-2e14b67ca57829d097b9e850e95b96934ec7d97d.tar.bz2
ayatana-indicator-datetime-2e14b67ca57829d097b9e850e95b96934ec7d97d.zip
honor gsettings for calendar events
Diffstat (limited to 'include/datetime/settings.h')
-rw-r--r--include/datetime/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/datetime/settings.h b/include/datetime/settings.h
index 343cd81..fa64724 100644
--- a/include/datetime/settings.h
+++ b/include/datetime/settings.h
@@ -56,6 +56,7 @@ public:
core::Property<bool> show_year;
core::Property<TimeFormatMode> time_format_mode;
core::Property<std::string> timezone_name;
+ core::Property<std::string> calendar_sound;
core::Property<std::string> alarm_sound;
core::Property<std::string> alarm_haptic;
core::Property<unsigned int> alarm_volume;