Disabled contex menu patch & bumped required version

This commit is contained in:
2026-07-29 11:29:07 -04:00
parent e4846bf4ac
commit a2fff4a5cf
2 changed files with 4 additions and 5 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
module Stopwatch
def self.setup
Stopwatch::ContextMenusControllerPatch.apply
log "Setup"
#Stopwatch::ContextMenusControllerPatch.apply
Stopwatch::IssuesControllerPatch.apply
::TimeEntry.prepend Stopwatch::TimeEntryPatch
::User.prepend Stopwatch::UserPatch