diff options
Diffstat (limited to 'include/datetime/settings.h')
-rw-r--r-- | include/datetime/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/datetime/settings.h b/include/datetime/settings.h index a941f05..26d4ed0 100644 --- a/include/datetime/settings.h +++ b/include/datetime/settings.h @@ -57,7 +57,7 @@ public: core::Property<TimeFormatMode> time_format_mode; core::Property<std::string> timezone_name; core::Property<std::string> alarm_sound; - core::Property<AlarmVolume> alarm_volume; + core::Property<int> alarm_volume; core::Property<int> alarm_duration; }; |