mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 13:55:54 -04:00
fix (#7281)
This commit is contained in:
parent
b558d92a1e
commit
50ec861edd
@ -42,7 +42,9 @@ fun multiplayerTab(
|
|||||||
optionsPopup.addCheckbox(
|
optionsPopup.addCheckbox(
|
||||||
tab, "Enable multiplayer status button in singleplayer games",
|
tab, "Enable multiplayer status button in singleplayer games",
|
||||||
settings.multiplayer::statusButtonInSinglePlayer, updateWorld = true
|
settings.multiplayer::statusButtonInSinglePlayer, updateWorld = true
|
||||||
)
|
) {
|
||||||
|
settings.multiplayer.statusButtonInSinglePlayer = it
|
||||||
|
}
|
||||||
|
|
||||||
addSeparator(tab)
|
addSeparator(tab)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user