12h shadow

This commit is contained in:
2025-11-04 18:26:12 +01:00
parent 23c0bb95bc
commit 710c4a0cd0
4 changed files with 73 additions and 5 deletions
+2
View File
@@ -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>
+6
View File
@@ -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>
+2
View File
@@ -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>