mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
fix: Build error due to uninitialized variable in web builds
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user