CB with no project opened: menu item File > 'Save everything' shoud be active if this remains the only option to the user to save config changes made when no project is opened.
Alternatively, a differenct menu item could be created to save config changes.
This is done by the following code snippet:
Then this is updated here:
The logic is not correct, since user may need to save configure file.
The related ticket is here: [tickets:#531] [default.conf] config changes lost after crash
Related
Tickets: #531
I looked it again today, it looks like my previous comment is not correct, we have to do this in this code snippet:
The menu item and toolbar item has the same id named "idFileSaveAll", so we can let it be true.
Current way, it was:
So, this value could be always true?
Otherwise, we have to add a new menu item which like "idFileSaveConfigure".
Fixed in rev11203.