Changed the ReleaseMode marker in the UserInterface class to 'True' for the 'eric7-maintenance' branch. eric7-maintenance

Wed, 03 Jul 2024 09:23:38 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 03 Jul 2024 09:23:38 +0200
branch
eric7-maintenance
changeset 10815
b8631a4fb2f0
parent 10814
ba20efe10336
child 10817
cbdafa2fc879

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"
 

eric ide

mercurial