diff --git a/GlosSITarget/SteamTarget.cpp b/GlosSITarget/SteamTarget.cpp index 1ef3bf3..b6ecf72 100644 --- a/GlosSITarget/SteamTarget.cpp +++ b/GlosSITarget/SteamTarget.cpp @@ -111,7 +111,6 @@ Application will not function!"); tray.addEntry(Tray::Button{ "Quit", [this, &tray]() { - tray.exit(); run_ = false; }}); @@ -129,6 +128,7 @@ Application will not function!"); launcher_.update(); } } + tray.exit(); #ifdef _WIN32 input_redirector_.stop();