We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b3e12 commit 3755cdeCopy full SHA for 3755cde
src/manage/firstrun.py
@@ -348,6 +348,8 @@ def first_run(cmd):
348
"execution aliases!W!' settings page and enabling each "
349
"item labelled '!B!Python (default)!W!' and '!B!Python "
350
"install manager!W!'.\n", wrap=True)
351
+ LOGGER.print("If the items are already enabled, you may need to disable "
352
+ "and re-enable them.\n", wrap=True)
353
if (
354
cmd.confirm and
355
not cmd.ask_ny("Open Settings now, so you can modify !B!App "
0 commit comments