Skip to content

Commit

Permalink
[autotimer] add more ratio value
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima73 authored and WanWizard committed Jan 27, 2024
1 parent edb82bf commit 988db20
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions autotimer/src/AutoTimerEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,19 @@ def createSetup(self, timer):
# Ratio Threshold Duplicate
self.ratioThresholdDuplicate = NoSave(ConfigSelection([
("0.5", "50%"),
("0.55", "55%"),
("0.6", "60%"),
("0.65", "65%"),
("0.7", "70%"),
("0.75", "75%"),
("0.8", "80%"),
("0.85", "85%"),
("0.9", "90%"),
("0.95", "95%"),
("0.96", "96%"),
("0.97", "97%"),
("0.98", "98%"),
("0.99", "99%"),
("1.0", "100%"),
],

Expand Down

0 comments on commit 988db20

Please sign in to comment.