mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 12:27:51 +02:00
more changes
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user