impr: Disable achievement popups if tutorial is skipped
This commit is contained in:
parent
8030de7af2
commit
cb1dcc2c9f
@ -408,6 +408,8 @@ namespace hex::plugin::builtin {
|
||||
if (backgroundFadeOut >= 1.0F) {
|
||||
if (tutorialEnabled) {
|
||||
TutorialManager::startTutorial("hex.builtin.tutorial.introduction");
|
||||
} else {
|
||||
ContentRegistry::Settings::write<bool>("hex.builtin.setting.interface", "hex.builtin.setting.interface.achievement_popup", false);
|
||||
}
|
||||
|
||||
TaskManager::doLater([] {
|
||||
|
Loading…
Reference in New Issue
Block a user