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 end
def refresh_games def refresh_games
@games_list.clear do |stack| @games_list.clear do
stack.label "No games found..." label "No games found..."
end end
end end
end end