File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
</rect >
40
40
</property >
41
41
<property name =" text" >
42
- <string >Pinecil Firmware Updater v1.1 by gamiee</string >
42
+ <string >Pinecil Firmware Updater v1.2 by gamiee</string >
43
43
</property >
44
44
</widget >
45
45
<widget class =" QLabel" name =" label_2" >
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ MainWindow::MainWindow(QWidget *parent)
107
107
, ui(new Ui::MainWindow)
108
108
{
109
109
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>" );
111
111
this ->ConsolePrint (" Looking for firmwares and latest version..." );
112
112
113
113
this ->networkMgr = new QNetworkAccessManager (this );
@@ -120,7 +120,7 @@ MainWindow::MainWindow(QWidget *parent)
120
120
QJsonObject firmware = firmwareValue.toObject ();
121
121
ui->firmwareComboBox ->addItem (firmware[" name" ].toString (), firmware[" file" ].toString ());
122
122
}
123
- if (json[" latest_version" ].toString () != " 1.1 " ) {
123
+ if (json[" latest_version" ].toString () != " 1.2 " ) {
124
124
QMessageBox msgBox;
125
125
msgBox.setText (" New version of Pinecil Firmware Updater was found." );
126
126
msgBox.setInformativeText (" Do you want to download it?" );
You can’t perform that action at this time.
0 commit comments