Skip to content

Commit

Permalink
Fix a bug where the UI wasn't responsive when a notification was disp…
Browse files Browse the repository at this point in the history
…layed.

Fix #52.
  • Loading branch information
Arignir committed Dec 18, 2023
1 parent 98e9a29 commit 0bc7a23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/gui/windows/notif.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ gui_win_notifications(
ImGuiCond_Always,
(ImVec2){.x = 1., .y = 1.}
);
igSetNextWindowFocus();

igBegin(
label,
Expand Down

0 comments on commit 0bc7a23

Please sign in to comment.