ENH: Load the cache at start
This commit is contained in:
parent
9277acda6a
commit
063e398d57
|
@ -12,6 +12,7 @@ int main()
|
|||
= new CMakeSetupGUIImplementation;
|
||||
|
||||
gui->Show();
|
||||
gui->LoadCacheFromDiskToGUI();
|
||||
|
||||
Fl::run();
|
||||
|
||||
|
|
Loading…
Reference in New Issue