change whatsnew url

This commit is contained in:
2019-11-29 14:55:49 +01:00
parent 4f643146c7
commit 1cba874f2f
3 changed files with 7 additions and 6 deletions

View File

@@ -1100,7 +1100,7 @@ void App::init_menu_about()
text->set_text(label);
}
item->on_click = [this, popup](Node*) {
dialog_whatsnew();
dialog_whatsnew(true);
popup->mouse_release();
popup->destroy();
};
@@ -1334,7 +1334,7 @@ void App::initLayout()
}
}
dialog_whatsnew();
dialog_whatsnew(false);
brush_update(true, true);