1
0
mirror of synced 2024-09-23 19:18:24 +02:00

fix: Build error due to uninitialized variable in web builds

This commit is contained in:
WerWolv 2024-06-24 21:49:55 +02:00
parent d4a2de3b23
commit a5aaa60d29

View File

@ -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;