Skip to content

Commit

Permalink
Merge pull request #609 from AntlerForce/wapiti
Browse files Browse the repository at this point in the history
Fix queue exit prompt DNAA amnesia
  • Loading branch information
AntlerForce authored Mar 21, 2024
2 parents c862e8c + 66211a9 commit dd99feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LuaMenu/widgets/chobby/components/configuration.lua
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,8 @@ function Configuration:init()
-- Do not ask again tests.
self.confirmation_mainMenuFromBattle = false
self.confirmation_battleFromBattle = false

self.leaveMultiplayerOnMainMenu = false

self.queueExitConfirmPromptDoNotAskAgain = false
self.backConfirmation = {
multiplayer = {
self.leaveMultiplayerOnMainMenu and {
Expand Down Expand Up @@ -732,6 +731,7 @@ function Configuration:GetConfigData()
showCountry = self.showCountry,
useLastGameSpectatorState = self.useLastGameSpectatorState,
friendsFilterOnline = self.friendsFilterOnline,
queueExitConfirmPromptDoNotAskAgain = self.queueExitConfirmPromptDoNotAskAgain,
}
end

Expand Down

0 comments on commit dd99feb

Please sign in to comment.