Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit edbb4f7

Browse files
committed
Update master to v1.3.2 release (minor changes)
1 parent e312e4a commit edbb4f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recovery/bootselectiondialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ BootSelectionDialog::BootSelectionDialog(const QString &defaultPartition, QWidge
8080
}
8181
}
8282
}
83-
if (m.value("name").toString()!="Data Partition (Advanced)")
83+
if (m.value("name").toString()!="Data Partition")
8484
{
8585
QListWidgetItem *item = new QListWidgetItem(icon, m.value("name").toString()+"\n"+m.value("description").toString(), ui->list);
8686
item->setData(Qt::UserRole, m);

recovery/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define CONFIG_H
33

44
/* Version number displayed in the title bar */
5-
#define VERSION_NUMBER "1.3.0"
5+
#define VERSION_NUMBER "1.3.2"
66

77
/* Color of the background */
88
// #define BACKGROUND_COLOR Qt::white

0 commit comments

Comments
 (0)