Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOrourke02 authored Oct 15, 2023
1 parent e32f893 commit 8ba4c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void main_tabs()
window_flags |= ImGuiWindowFlags_NoMove;
window_flags |= ImGuiWindowFlags_NoNav;

ImGui::Begin("Password Generator", NULL, window_flags);
ImGui::Begin("", NULL, window_flags);
ImGui::SetNextWindowSizeConstraints(ImGui::GetMainViewport()->Size, ImGui::GetMainViewport()->Size);


Expand Down

0 comments on commit 8ba4c72

Please sign in to comment.