mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Create a DiskProvider on startup so we go straight into the GUI.
This commit is contained in:
@@ -321,6 +321,12 @@ namespace hex::plugin::builtin
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TaskManager::doLaterOnce(
|
||||||
|
[]
|
||||||
|
{
|
||||||
|
ImHexApi::Provider::createProvider("fluxengine.provider.disk");
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user