mirror of
https://github.com/cyberarm/i-mic-rts.git
synced 2025-12-13 06:52:33 +00:00
Fixed crash when clicking refresh games button due to api change
This commit is contained in:
@@ -25,8 +25,8 @@ class IMICRTS
|
||||
end
|
||||
|
||||
def refresh_games
|
||||
@games_list.clear do |stack|
|
||||
stack.label "No games found..."
|
||||
@games_list.clear do
|
||||
label "No games found..."
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user