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