more changes

This commit is contained in:
Ryzerth
2021-07-03 16:15:18 +02:00
parent 3f6b8dbe6c
commit 9c0602f406
3 changed files with 3 additions and 0 deletions

View File

@ -235,6 +235,7 @@ private:
selectedListName = "";
selectedListId = 0;
loadFirst();
return;
}
selectedListId = std::distance(listNames.begin(), std::find(listNames.begin(), listNames.end(), listName));
spdlog::warn("Set id to {0} {1}", selectedListId, listName);