diff --git a/src/app.cpp b/src/app.cpp index 7f42b0c..f390928 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -7,7 +7,7 @@ void app::init() { - sdlwindow.init(this, "MK7 Spotpass Ghost Manager v0.2.2", 848, 480, 0, SDL_WINDOW_RESIZABLE); + sdlwindow.init(this, "MK7 Spotpass Ghost Manager v0.2.2", 848, 480, 0, SDL_WINDOW_MAXIMIZED | SDL_WINDOW_RESIZABLE); logger::init_logger();