From 6b34041b0605e918bef199ca1b883aeb8a4143f5 Mon Sep 17 00:00:00 2001 From: Riley Hawksworth Date: Sat, 30 Mar 2024 23:43:26 +0000 Subject: [PATCH] Fix bug where game is still displayed in window title when stopped playing. --- src/lime_qt/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lime_qt/main.cpp b/src/lime_qt/main.cpp index f36d81f00..64184f8d9 100644 --- a/src/lime_qt/main.cpp +++ b/src/lime_qt/main.cpp @@ -1464,6 +1464,7 @@ void GMainWindow::ShutdownGame() { #endif game_title.clear(); + game_title_long.clear(); UpdateWindowTitle(); game_path.clear();