mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
save last visited directory in MainWindow instead of App.
This commit is contained in:
@@ -74,7 +74,6 @@ namespace GARbro.GUI
|
||||
|
||||
void ApplicationExit (object sender, ExitEventArgs e)
|
||||
{
|
||||
Settings.Default.appLastDirectory = Directory.GetCurrentDirectory();
|
||||
Settings.Default.Save();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user