diff options
Diffstat (limited to 'src/LashDriver.cpp')
-rw-r--r-- | src/LashDriver.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LashDriver.cpp b/src/LashDriver.cpp index d29261d..eeab10c 100644 --- a/src/LashDriver.cpp +++ b/src/LashDriver.cpp @@ -88,6 +88,7 @@ void LashDriver::on_save_file(const string& directory) { cout << "[LashDriver] LASH Save File - " << directory << endl; + _app->store_window_location(); _app->state_manager()->save(directory + "/locations"); } |