diff options
Diffstat (limited to 'include/datetime/settings.h')
-rw-r--r-- | include/datetime/settings.h | 1 |
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; |