Skip to content

Commit

Permalink
method missing
Browse files Browse the repository at this point in the history
  • Loading branch information
bmichotte committed Jun 25, 2015
1 parent adce11e commit 9129b1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/controllers/huds/timer_hud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ def init
end
end

def set_level(level)
window.setLevel level
end

def show_hide
if Configuration.show_timer
self.window.orderFront(self)
Expand Down

0 comments on commit 9129b1a

Please sign in to comment.