From a85fd44e7b2dc67b3e0712e174e88d0eb6c467e7 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 23 Jun 2014 18:52:52 -0500 Subject: add GSettings support for specifying a default alarm sound and default alarm volume. --- include/datetime/settings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/datetime/settings.h') diff --git a/include/datetime/settings.h b/include/datetime/settings.h index ce234d9..5a0f1eb 100644 --- a/include/datetime/settings.h +++ b/include/datetime/settings.h @@ -56,6 +56,8 @@ public: core::Property show_year; core::Property time_format_mode; core::Property timezone_name; + core::Property alarm_sound; + core::Property alarm_volume; }; } // namespace datetime -- cgit v1.2.3