Skip to content

Commit

Permalink
Update MainWindow popup title for clarity when closing
Browse files Browse the repository at this point in the history
  • Loading branch information
3dJan committed Jan 24, 2025
1 parent ab8eca3 commit 142c48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gladius/src/ui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ namespace gladius::ui
return;
}

auto constexpr windowTitle = "Do you want to save before closing the MainWindow?";
auto constexpr windowTitle = "Do you want to save before leaving Gladius?";
if (!ImGui::IsPopupOpen(windowTitle))
{
ImGui::OpenPopup(windowTitle);
Expand Down

0 comments on commit 142c48c

Please sign in to comment.