Create a DiskProvider on startup so we go straight into the GUI.

This commit is contained in:
David Given
2025-09-09 00:27:49 +02:00
parent b5c5a4335d
commit 4d5900268b

View File

@@ -321,6 +321,12 @@ namespace hex::plugin::builtin
});
}
}
TaskManager::doLaterOnce(
[]
{
ImHexApi::Provider::createProvider("fluxengine.provider.disk");
});
}
}