Fixed crash when clicking refresh games button due to api change

This commit is contained in:
2020-04-06 09:37:20 -05:00
parent 6ae907aa66
commit 582beb39c0

View File

@@ -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