Skip to content

Commit

Permalink
Merge branch 'master' into v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sennescheepers authored Sep 8, 2021
2 parents 61284aa + b8ee267 commit 59b70d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
manifest.xml
features.md
bin/*

2 changes: 1 addition & 1 deletion resources/settings/properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<property id="AppVersion" type="string">1.3.0</property>

<property id="HourColor" type="number">0xFFFFFF</property> <!-- 0xFFFFFF -->
<property id="HourColor" type="number">0xFFFFFF</property> <!-- 0xFFFFFF -->
<property id="MinutesColor" type="number">0xFFFFFF</property> <!-- 0xFFFFFF -->
<property id="HourFilled" type="boolean">true</property> <!-- true -->
<property id="MinutesFilled" type="boolean">false</property> <!-- false -->
Expand Down

0 comments on commit 59b70d1

Please sign in to comment.