You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For easier development, a warning pop-up was disabled.
It has not been re-enabled for release :
//int answer = QMessageBox::question(this, "Warning", "This will patch the kernel configuration file.\nAre you sure you want to procede ?", QMessageBox::Yes | QMessageBox::No);//if (answer == QMessageBox::Yes)if(1)
The text was updated successfully, but these errors were encountered:
For easier development, a warning pop-up was disabled.
It has not been re-enabled for release :
The text was updated successfully, but these errors were encountered: