mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
impr: Disable achievement popups if tutorial is skipped
This commit is contained in:
@@ -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([] {
|
||||
|
||||
Reference in New Issue
Block a user