Skip to content

Commit

Permalink
Fix Event Block
Browse files Browse the repository at this point in the history
  • Loading branch information
hassandraga committed Jun 11, 2024
1 parent 4fb247e commit 20c350e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui.c
Original file line number Diff line number Diff line change
Expand Up @@ -2011,7 +2011,7 @@ void webui_set_event_block(size_t window, bool status) {

// Dereference
if (_webui_mutex_is_exit_now(WEBUI_MUTEX_NONE) || _webui_core.wins[window] == NULL)
return false;
return;
_webui_window_t * win = _webui_core.wins[window];

win->ws_block = status;
Expand Down

0 comments on commit 20c350e

Please sign in to comment.