ux: Fixed tips popup and properly apply default layout on first start

This commit is contained in:
WerWolv
2022-02-01 23:33:42 +01:00
parent ce59226909
commit 6977061227
4 changed files with 30 additions and 32 deletions

View File

@@ -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;