Translation changes

This commit is contained in:
2022-06-11 12:40:19 -05:00
parent 2531a20bab
commit 33d53cb57b
5 changed files with 150 additions and 9 deletions

View File

@@ -34,10 +34,14 @@ class W3DHub
end
def gain_focus
super
self.update_interval = 1000.0 / 60
end
def lose_focus
super
self.update_interval = 1000.0 / 10
end