fix: Opening files in existing instance not working

This commit is contained in:
WerWolv
2025-01-23 19:22:40 +01:00
parent 69c5d553b5
commit a6b4f62d75
2 changed files with 5 additions and 5 deletions

View File

@@ -65,9 +65,6 @@ namespace hex::init {
PluginManager::load(dir);
}
// Setup messaging system to allow sending commands to the main ImHex instance
hex::messaging::setupMessaging();
// Process the arguments
hex::subcommands::processArguments(args);