diff --git a/src/main.cpp b/src/main.cpp index 38426dd..4002d10 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -9,7 +9,7 @@ int main() { std::ios::sync_with_stdio(false); - spdlog::set_default_logger(spdlog::stdout_color_st("console")); + spdlog::set_default_logger(spdlog::stdout_color_st("BillySheet")); try { gui::Window window;