12h shadow
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<properties>
|
||||
<property id="UseFiveHourMode" type="boolean">false</property>
|
||||
<property id="Show12HourShadow" type="boolean">false</property>
|
||||
<property id="ShowNumericTime" type="boolean">true</property>
|
||||
</properties>
|
||||
|
||||
@@ -2,4 +2,10 @@
|
||||
<setting propertyKey="@Properties.UseFiveHourMode" title="@Strings.FiveHourModeTitle">
|
||||
<settingConfig type="boolean" />
|
||||
</setting>
|
||||
<setting propertyKey="@Properties.Show12HourShadow" title="@Strings.Show12HourShadowTitle">
|
||||
<settingConfig type="boolean" />
|
||||
</setting>
|
||||
<setting propertyKey="@Properties.ShowNumericTime" title="@Strings.ShowNumericTimeTitle">
|
||||
<settingConfig type="boolean" />
|
||||
</setting>
|
||||
</settings>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
<strings>
|
||||
<string id="AppName">Decimal Day</string>
|
||||
<string id="FiveHourModeTitle">5-Hour Mode</string>
|
||||
<string id="Show12HourShadowTitle">12 Hour Shadow</string>
|
||||
<string id="ShowNumericTimeTitle">Show Numeric Time</string>
|
||||
</strings>
|
||||
|
||||
Reference in New Issue
Block a user