Small fixes.
This commit is contained in:
@@ -91,7 +91,7 @@ App::~App()
|
||||
|
||||
int App::exec()
|
||||
{
|
||||
if (!m_controller->config()) {
|
||||
if (!m_controller->isReady()) {
|
||||
return 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user