From a0c2dc43f7dc7ddd6cb073a9ca5db9cd48700861 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 20 Dec 2023 14:35:13 +0100 Subject: [PATCH] fix: Tutorial highlighting --- plugins/builtin/source/content/tutorials/introduction.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/builtin/source/content/tutorials/introduction.cpp b/plugins/builtin/source/content/tutorials/introduction.cpp index fa6951bfc..62243d53a 100644 --- a/plugins/builtin/source/content/tutorials/introduction.cpp +++ b/plugins/builtin/source/content/tutorials/introduction.cpp @@ -29,9 +29,9 @@ namespace hex::plugin::builtin { Bottom | Right ) .addHighlight("hex.builtin.tutorial.introduction.step2.highlight", - { - "Welcome Screen/Start##SubWindow_685A2CE9", - Lang("hex.builtin.welcome.start.create_file") + { + "Welcome Screen/Start##SubWindow_69AA6996", + Lang("hex.builtin.welcome.start.create_file") }) .onAppear([&step] { EventProviderOpened::subscribe(&step, [&step](prv::Provider *provider) {