Fix an error

This commit is contained in:
Erik Hofman
2020-03-15 14:57:24 +01:00
parent edae7a2b75
commit 72af950573

View File

@@ -564,7 +564,7 @@ public:
}
if (in == SG_DEV_ALERT) {
return m_developerMode ? SG_POPUP : SG_WARN;
return m_developerMode ? SG_ALERT : SG_WARN;
}
return in;