mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 01:08:25 +07:00
'Show tutorials' setting now controls tutorial tasks as well
This commit is contained in:
@ -170,7 +170,7 @@ class WorldScreen(val viewingCiv:CivilizationInfo) : CameraStageBaseScreen() {
|
||||
|
||||
tutorialTaskTable.clear()
|
||||
val tutorialTask = getCurrentTutorialTask()
|
||||
if (tutorialTask == "") {
|
||||
if (tutorialTask == "" || !game.settings.showTutorials) {
|
||||
tutorialTaskTable.isVisible = false
|
||||
} else {
|
||||
tutorialTaskTable.add(tutorialTask.toLabel()
|
||||
|
Reference in New Issue
Block a user