mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
impr: Better experience when first starting ImHex (#1510)
This commit is contained in:
@@ -48,6 +48,7 @@ namespace hex::plugin::builtin {
|
||||
void loadFonts();
|
||||
|
||||
void handleBorderlessWindowMode();
|
||||
void setupOutOfBoxExperience();
|
||||
|
||||
void extractBundledFiles();
|
||||
|
||||
@@ -117,4 +118,5 @@ IMHEX_PLUGIN_SETUP("Built-in", "WerWolv", "Default ImHex functionality") {
|
||||
addGlobalUIItems();
|
||||
|
||||
handleBorderlessWindowMode();
|
||||
setupOutOfBoxExperience();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user