Skip to content

Commit

Permalink
Add tip about widening window after scan
Browse files Browse the repository at this point in the history
  • Loading branch information
ThioJoe committed Jan 1, 2024
1 parent aebbb62 commit 2bab72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ def prepare_logFile_settings(current, config, miscData, jsonSettingsDict, filter
print(f"Log file will be called {F.YELLOW}" + current.logFileName + f"{S.R}\n")

if bypass == False:
input(f"Press {F.YELLOW}Enter{S.R} to display comments...")
input(f"Press {F.YELLOW}Enter{S.R} to display comments... {B.LIGHTCYAN_EX}{F.BLACK} TIP: {S.R} Widen this window now, and more comment sample text will be visible next!")

# Write heading info to log file
write_log_heading(current, logMode, filtersDict)
Expand Down

0 comments on commit 2bab72d

Please sign in to comment.