Reuse last import path

This commit is contained in:
WarmUpTill
2022-12-22 19:59:41 +01:00
committed by WarmUpTill
parent ffccc435ca
commit 0027ae9bb8
2 changed files with 12 additions and 6 deletions

View File

@@ -85,6 +85,7 @@ struct SwitcherData {
bool settingsWindowOpened = false;
int lastOpenedTab = -1;
std::string lastImportPath;
bool firstBoot = true;
std::condition_variable cv;