This commit is contained in:
Nicolas Mailloux 2021-04-06 21:29:33 -04:00
parent af4f9b57c5
commit 4e9bc465d2
2 changed files with 13 additions and 1 deletions

View file

@ -39,7 +39,7 @@ alert::alert(QWidget *parent) :
if(checkconfig("/external_root/boot/flags/ALERT_DOWNGRADE") == true) { if(checkconfig("/external_root/boot/flags/ALERT_DOWNGRADE") == true) {
downgradeError = true; downgradeError = true;
ui->securityLabel->setText("Failed to update InkBox."); ui->securityLabel->setText("Failed to update InkBox.");
ui->messageLabel->setText("An error occured during the update process.\nThe update provided is lower than the actual installed version."); ui->messageLabel->setText("An error occured during the update process.\nThe update package's version is lower than the actual installed version.");
ui->stackedWidget->setCurrentIndex(1); ui->stackedWidget->setCurrentIndex(1);
} }

View file

@ -166,6 +166,18 @@
</widget> </widget>
<widget class="QWidget" name="page_2"> <widget class="QWidget" name="page_2">
<layout class="QVBoxLayout" name="verticalLayout_3"> <layout class="QVBoxLayout" name="verticalLayout_3">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item> <item>
<layout class="QGridLayout" name="gridLayout_3"> <layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0"> <item row="0" column="0">