File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 </rect >
4040 </property >
4141 <property name =" text" >
42- <string >Pinecil Firmware Updater v1.1 by gamiee</string >
42+ <string >Pinecil Firmware Updater v1.2 by gamiee</string >
4343 </property >
4444 </widget >
4545 <widget class =" QLabel" name =" label_2" >
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ MainWindow::MainWindow(QWidget *parent)
107107 , ui(new Ui::MainWindow)
108108{
109109 ui->setupUi (this );
110- this ->ConsolePrintInfo (" <span style='color: blue;'>Pinecil Firmware Updater v1.1 </span>" );
110+ this ->ConsolePrintInfo (" <span style='color: blue;'>Pinecil Firmware Updater v1.2 </span>" );
111111 this ->ConsolePrint (" Looking for firmwares and latest version..." );
112112
113113 this ->networkMgr = new QNetworkAccessManager (this );
@@ -120,7 +120,7 @@ MainWindow::MainWindow(QWidget *parent)
120120 QJsonObject firmware = firmwareValue.toObject ();
121121 ui->firmwareComboBox ->addItem (firmware[" name" ].toString (), firmware[" file" ].toString ());
122122 }
123- if (json[" latest_version" ].toString () != " 1.1 " ) {
123+ if (json[" latest_version" ].toString () != " 1.2 " ) {
124124 QMessageBox msgBox;
125125 msgBox.setText (" New version of Pinecil Firmware Updater was found." );
126126 msgBox.setInformativeText (" Do you want to download it?" );
You can’t perform that action at this time.
0 commit comments