mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
impr: Code style improvements
This commit is contained in:
@@ -92,7 +92,7 @@ namespace hex::plugin::builtin {
|
||||
Lang("hex.builtin.view.tutorials.name")
|
||||
})
|
||||
.onAppear([&step] {
|
||||
EventViewOpened::subscribe([&step](View *view){
|
||||
EventViewOpened::subscribe([&step](const View *view){
|
||||
if (view->getUnlocalizedName() == UnlocalizedString("hex.builtin.view.tutorials.name"))
|
||||
step.complete();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user