We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8e8b2 commit 2be83f4Copy full SHA for 2be83f4
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