Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add additional help when execution aliases are not ready.
Fixes #294
  • Loading branch information
zooba committed Mar 31, 2026
commit 2be83f437812a10a230a12b1239fca8701e39dce
2 changes: 2 additions & 0 deletions src/manage/firstrun.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down
Loading