Skip to content

Commit

Permalink
Whoops!
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossmaxx authored Jan 30, 2024
1 parent 731dc8d commit 6e60f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/MainApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ bool MainApplication::nativeEventFilter(const QByteArray& eventType,

if(msg->wParam != GWL_EXSTYLE)
{
return false
return false;
}

// Prevent plugins making the main window transparent
Expand Down

0 comments on commit 6e60f4c

Please sign in to comment.