Add 'Quit to desktop' button in pause menu
This commit is contained in:
parent
6ce1dff30f
commit
d209a9931e
@ -80,5 +80,6 @@ DataSources.StartMenuGameOptions = ListHelper_SetupDataSource("StartMenuGameOpti
|
||||
table.insert(options, {models = {displayText = "MENU_QUIT_GAME_CAPS", action = QuitGame_MP}})
|
||||
end
|
||||
end
|
||||
table.insert(options, {models = {displayText = "QUIT TO DESKTOP", action = OpenPCQuit}})
|
||||
return options
|
||||
end, true)
|
||||
|
Loading…
Reference in New Issue
Block a user