- modified the 'new' Tcl command to be silent and to show no popup message

This commit is contained in:
Marius Stanciu
2022-01-17 23:48:44 +02:00
committed by Marius
parent c08acc79eb
commit 87f1b7e15e
3 changed files with 25 additions and 22 deletions

View File

@@ -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)