From 2be83f437812a10a230a12b1239fca8701e39dce Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Tue, 31 Mar 2026 20:45:09 +0100 Subject: [PATCH] Add additional help when execution aliases are not ready. Fixes #294 --- src/manage/firstrun.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/manage/firstrun.py b/src/manage/firstrun.py index f19127d..f17ce96 100644 --- a/src/manage/firstrun.py +++ b/src/manage/firstrun.py @@ -348,6 +348,8 @@ def first_run(cmd): "execution aliases!W!' settings page and enabling each " "item labelled '!B!Python (default)!W!' and '!B!Python " "install manager!W!'.\n", wrap=True) + LOGGER.print("If the items are already enabled, you may need to disable " + "and re-enable them.\n", wrap=True) if ( cmd.confirm and not cmd.ask_ny("Open Settings now, so you can modify !B!App "