Skip to content

Commit

Permalink
Merge branch 'master' into file-dialog-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv authored Jun 24, 2024
2 parents a7f3d17 + a5aaa60 commit 8a13d1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/builtin/source/content/settings_entries.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,8 @@ namespace hex::plugin::builtin {
// On Linux, things like Window snapping and moving is hard to implement
// without hacking e.g. libdecor, therefor we default to the native window decorations.
result = false;
#else
result = false;
#endif

return result;
Expand Down

0 comments on commit 8a13d1e

Please sign in to comment.