Skip to content

Commit

Permalink
feat: Remove 10 sec and 20 sec intervals (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonjek authored Apr 1, 2024
1 parent bbf6273 commit 39ae417
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/tray/tray.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ func (t *Tray) onReady() {

// Add interval selection submenu items
t.addIntervalItem(mInterval, "10-60 sec", -1)
t.addIntervalItem(mInterval, "10 sec", 10)
t.addIntervalItem(mInterval, "20 sec", 20)
t.addIntervalItem(mInterval, "30 sec", 30)
t.addIntervalItem(mInterval, "60 sec", 60)

Expand Down

0 comments on commit 39ae417

Please sign in to comment.