mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 21:05:56 -05:00
fix: Update prompt button not appearing properly
This commit is contained in:
@@ -57,7 +57,6 @@ namespace hex {
|
||||
Window::Window() {
|
||||
SharedData::currentProvider = nullptr;
|
||||
|
||||
#if !defined(RELEASE)
|
||||
{
|
||||
for (const auto &[argument, value] : init::getInitArguments()) {
|
||||
if (argument == "update-available") {
|
||||
@@ -67,7 +66,6 @@ namespace hex {
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
this->initGLFW();
|
||||
this->initImGui();
|
||||
|
||||
Reference in New Issue
Block a user