- modified the 'new' Tcl command to be silent and to show no popup message
This commit is contained in:
@@ -49,4 +49,4 @@ class TclCommandNew(TclCommand):
|
||||
if args['reset'] and (args['reset'] == 0 or args['reset'].lower() == 'false'):
|
||||
reset_tcl = False
|
||||
|
||||
self.app.f_handlers.on_file_new_project(cli=True, reset_tcl=reset_tcl)
|
||||
self.app.f_handlers.on_file_new_project(cli=True, reset_tcl=reset_tcl, silenced=True)
|
||||
|
||||
Reference in New Issue
Block a user