Don't remove background of games in submenus
This commit is contained in:
parent
07e6b6e8d6
commit
0092022c14
|
@ -812,7 +812,7 @@ function tabbuilder.handle_tab_buttons(fields)
|
|||
|
||||
--handle tab changes
|
||||
if tabbuilder.current_tab ~= tabbuilder.old_tab then
|
||||
if tabbuilder.current_tab ~= "singleplayer" then
|
||||
if tabbuilder.current_tab ~= "singleplayer" and not tabbuilder.is_dialog then
|
||||
menu.update_gametype(true)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue