mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-02-11 23:08:38 -06:00
ux: Fixed tips popup and properly apply default layout on first start
This commit is contained in:
@@ -48,7 +48,8 @@ namespace hex::init {
|
||||
}
|
||||
|
||||
try {
|
||||
status = task() && status;
|
||||
if (!task())
|
||||
status = false;
|
||||
} catch (std::exception &e) {
|
||||
log::error("Init task '{}' threw an exception: {}", name, e.what());
|
||||
status = false;
|
||||
|
||||
Reference in New Issue
Block a user