Wed, 03 Jul 2024 09:23:38 +0200
Changed the ReleaseMode marker in the UserInterface class to 'True' for the 'eric7-maintenance' branch.
src/eric7/UI/UserInterface.py | file | annotate | diff | comparison | revisions |
--- a/src/eric7/UI/UserInterface.py Wed Jul 03 09:20:41 2024 +0200 +++ b/src/eric7/UI/UserInterface.py Wed Jul 03 09:23:38 2024 +0200 @@ -238,8 +238,8 @@ maxFilePathLen = 100 maxMenuFilePathLen = 75 - # TODO: change this to 'True' for official releases - ReleaseMode = False + # NOTE: change this to 'True' for official releases + ReleaseMode = True ErrorLogFileName = "eric7_error.log"