impr: Added proper cancel buttons to tutorial popups and tutorial selector

Closes #2571
This commit is contained in:
WerWolv
2025-12-19 10:13:48 +01:00
parent 2d82776e62
commit f97be02087
4 changed files with 22 additions and 6 deletions

View File

@@ -149,6 +149,7 @@ EXPORT_MODULE namespace hex {
* @param unlocalizedName Name of tutorial to start
*/
static void startTutorial(const UnlocalizedString &unlocalizedName);
static void stopCurrentTutorial();
static void startHelpHover();
static void addInteractiveHelpText(std::initializer_list<std::variant<Lang, std::string, int>> &&ids, UnlocalizedString unlocalizedString);