Skip to content

Commit

Permalink
SIP window does not show anymore if Mac not compatible (Fixes #13)
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-poidevin committed May 2, 2017
1 parent c24f623 commit ee69cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ bool MainWindow::init()
logger->write("➔ Compatibility : NOK ✗\n");
QMessageBox::information(this,"Mac not compatible","Sorry, your Mac is not compatible.\nThe application will close");
isInitOk = false;
return isInitOk;
}

//Search for SIP Status
Expand Down

0 comments on commit ee69cc2

Please sign in to comment.