Add "Close project"

Allow the user to close a project from the project manager.
Distinguish the open project from the file history.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/4964
This commit is contained in:
Fabien Corona
2020-08-08 18:52:14 +00:00
committed by Seth Hillbrand
parent ae404e6339
commit bc357dff8a
12 changed files with 145 additions and 18 deletions
+2
View File
@@ -128,6 +128,8 @@ public:
{
bool first_run_shown;
int max_undo_items;
std::vector<wxString> open_projects; // using a vector if in the future
// we want to open multiple projects at once.
std::vector<wxString> file_history;
int units;
};