- fixed the "headless" feature; running headless still start the GUI just it does not show it

- when running headless the sys tray icon will always be shown so the user can close the app correctly
- in the systray icon context menu I've added a menu entry to toggle the GUI
This commit is contained in:
Marius Stanciu
2021-08-25 13:53:00 +03:00
parent 9ed8306c5f
commit 67120e3214
4 changed files with 42 additions and 12 deletions

View File

@@ -12,6 +12,9 @@ CHANGELOG for FlatCAM beta
- fixed some issues in the convert_units
- added a new GUI element, a radio button that can change a setting in the self.defaults preferences dict
- made sure that the update of the default properties tab (in the Notebook) is done only for certain keys in self.defaults not for all
- fixed the "headless" feature; running headless still start the GUI just it does not show it
- when running headless the sys tray icon will always be shown so the user can close the app correctly
- in the systray icon context menu I've added a menu entry to toggle the GUI
24.08.2021