Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #272 from PaddlesAU/master
Browse files Browse the repository at this point in the history
Update Chronometer.ini
  • Loading branch information
raiguard authored Dec 24, 2021
2 parents 9aba210 + ea1a69a commit c1b1ff5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Skins/ModernGadgets/Chronometer/Chronometer.ini
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ TimeZone=local
DaylightSavingTime=1
; the Format value is only used for show in the About window
Format=%H:%M:%S
Disabled=(#showSystemUptime# = 0) && (#showEventCountdown# = 0)
Disabled=(#showSystemUptime# = 0) && (#showEventCountdown# = 0) && (#enableAlarm1# = 0) && (#enableAlarm2# = 0)

[MeasureUserLogon]
Measure=Plugin
Expand Down Expand Up @@ -175,7 +175,7 @@ SecondsValue=([MeasureAlarm1Time:TimeStamp] - [MeasureLocalTimeOfDay:TimeStamp])
DynamicVariables=1
Disabled=(#enableAlarm1# = 0)
IfCondition=MeasureAlarm1Diff = 0
IfTrueAction=[!EnableMeasure MeasureAlarm1Loop]
IfTrueAction=[!CommandMeasure MeasureAlarm1Loop Reset][!EnableMeasure MeasureAlarm1Loop]

[MeasureAlarm1Loop]
Measure=Loop
Expand Down Expand Up @@ -213,7 +213,7 @@ SecondsValue=([MeasureAlarm2Time:TimeStamp] - [MeasureLocalTimeOfDay:TimeStamp])
DynamicVariables=1
Disabled=(#enableAlarm2# = 0)
IfCondition=MeasureAlarm2Diff = 0
IfTrueAction=[!EnableMeasure MeasureAlarm2Loop]
IfTrueAction=[!CommandMeasure MeasureAlarm2Loop Reset][!EnableMeasure MeasureAlarm2Loop]

[MeasureAlarm2Loop]
Measure=Loop
Expand Down

0 comments on commit c1b1ff5

Please sign in to comment.