fix loading last opened panel

This commit is contained in:
Ryo Hilmawan 2020-11-23 22:23:00 +07:00 committed by GitHub
parent 29967a366f
commit f74eda48b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,8 @@ module.exports = {
loaded = true;
}
})
} else if (!loaded) {
}
if (!loaded) {
loadContent(panelMods[0]);
}