Sets default value of ConsoleLine channel to "Console"

pull/1125/head
Kenix3 10 months ago
parent c7ccd6dbff
commit f97f9ae422

@ -37,7 +37,7 @@ namespace Ship {
struct ConsoleLine {
std::string text;
spdlog::level::level_enum priority = spdlog::level::info;
std::string channel = "Main";
std::string channel = "Console";
};
class Console {

Loading…
Cancel
Save