diff options
-rw-r--r-- | vdrmanager/res/xml/preferences.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vdrmanager/res/xml/preferences.xml b/vdrmanager/res/xml/preferences.xml index 6b1e5fd..6bdade0 100644 --- a/vdrmanager/res/xml/preferences.xml +++ b/vdrmanager/res/xml/preferences.xml @@ -21,6 +21,7 @@ android:title="@string/gui_channels_show_channel_numbers_title" /> <CheckBoxPreference android:key="@string/gui_enable_24h_format_key" + android:defaultValue="true" android:summaryOff="@string/gui_enable_24h_format_summary_off" android:summaryOn="@string/gui_enable_24h_format_summary_on" android:title="@string/gui_enable_24h_format_title" /> |