Added newlines and tabs as invalid custom collection name characters

This commit is contained in:
Leon Styhre 2023-07-28 22:11:06 +02:00
parent bbe23d4c42
commit cd37f14513

View file

@ -38,7 +38,7 @@
#include <pugixml.hpp>
#include <random>
#define INVALID_COLLECTION_CHARACTERS "*\",./:;<>\\|"
#define INVALID_COLLECTION_CHARACTERS "*\",./:;<>\\|\n\t"
CollectionSystemsManager::CollectionSystemsManager() noexcept
: mWindow {Window::getInstance()}