mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
sys: Inverted logic in imhex args checking
This commit is contained in:
@@ -58,7 +58,7 @@ namespace hex {
|
||||
SharedData::mainArgv = argv;
|
||||
SharedData::currentProvider = nullptr;
|
||||
|
||||
#if !defined(RELEASE)
|
||||
#if defined(RELEASE)
|
||||
{
|
||||
if (argc < 2) {
|
||||
View::showFatalPopup("No launch arguments supplied! Please launch imhex instead of imhexg!");
|
||||
|
||||
Reference in New Issue
Block a user