pull/160/head
Ryzerth 2021-07-03 16:15:18 +02:00
rodzic 3f6b8dbe6c
commit 9c0602f406
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -13,6 +13,7 @@ namespace sdrpp_credits {
"Howard0su",
"Joshua Kimsey",
"Martin Hauke",
"Marvin Sinister",
"Paulo Matias",
"Raov",
"Starman0620",

Wyświetl plik

@ -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);

Wyświetl plik

@ -331,6 +331,7 @@ I will soon publish a contributing.md listing the code style to use.
* [Howard0su](https://github.com/howard0su)
* [Joshua Kimsey](https://github.com/JoshuaKimsey)
* [Martin Hauke](https://github.com/mnhauke)
* [Marvin Sinister](https://github.com/marvin-sinister)
* [Paulo Matias](https://github.com/thotypous)
* [Raov](https://twitter.com/raov_birbtog)
* [Starman0620](https://github.com/Starman0620)