Skip to content

Commit 1cbba87

Browse files
BlockMenEkdohibs
authored andcommittedNov 1, 2013
Don't remove background of games in submenus
1 parent 53ab2f8 commit 1cbba87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎builtin/mainmenu.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ function tabbuilder.handle_tab_buttons(fields)
812812

813813
--handle tab changes
814814
if tabbuilder.current_tab ~= tabbuilder.old_tab then
815-
if tabbuilder.current_tab ~= "singleplayer" then
815+
if tabbuilder.current_tab ~= "singleplayer" and not tabbuilder.is_dialog then
816816
menu.update_gametype(true)
817817
end
818818
end

0 commit comments

Comments
 (0)
Please sign in to comment.