1
0
mirror of synced 2025-02-17 18:59:21 +01:00

fix: Tutorial highlighting

This commit is contained in:
WerWolv 2023-12-20 14:35:13 +01:00
parent f47163c4ad
commit a0c2dc43f7

View File

@ -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) {