feat: Allow switching off borderless window mode

This commit is contained in:
WerWolv
2024-02-11 14:12:14 +01:00
parent daf4e5cad6
commit 5cfcca0bc4
11 changed files with 47 additions and 39 deletions

View File

@@ -121,6 +121,5 @@ IMHEX_PLUGIN_SETUP("Built-in", "WerWolv", "Default ImHex functionality") {
addToolbarItems();
addGlobalUIItems();
handleBorderlessWindowMode();
setupOutOfBoxExperience();
}