Add 'Quit to desktop' button in pause menu

This commit is contained in:
Vlad Loktionov 2023-04-20 04:14:55 +03:00
parent 6ce1dff30f
commit d209a9931e

View File

@ -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)