mirror of
https://github.com/Quill-OS/quill.git
synced 2024-12-28 00:27:21 -08:00
Changed update warning splash
This commit is contained in:
parent
c540c3bfdf
commit
05cdc10fc2
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ alert::alert(QWidget *parent) :
|
||||||
|
|
||||||
// Checking if the update signature was bad
|
// Checking if the update signature was bad
|
||||||
if(checkconfig("/external_root/boot/flags/ALERT_SIGN") == true) {
|
if(checkconfig("/external_root/boot/flags/ALERT_SIGN") == true) {
|
||||||
ui->securityLabel->setText("Failed to install update.");
|
ui->securityLabel->setText("Failed to update InkBox.");
|
||||||
ui->messageLabel->setText("The update's digital signature is untrusted. For security reasons, it is not possible to install it.");
|
ui->messageLabel->setText("The update's digital signature is untrusted.\nFor security reasons, it is not possible to install it.");
|
||||||
ui->stackedWidget->setCurrentIndex(1);
|
ui->stackedWidget->setCurrentIndex(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue