summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5/horizonwizard.cc')
-rw-r--r--ui/qt5/horizonwizard.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc
index 1edf599..a180782 100644
--- a/ui/qt5/horizonwizard.cc
+++ b/ui/qt5/horizonwizard.cc
@@ -60,6 +60,10 @@ static std::map<int, std::string> help_id_map = {
{HorizonWizard::Page_Intro, "intro"},
{HorizonWizard::Page_Input, "input"},
{HorizonWizard::Page_Partition, "partition"},
+ {HorizonWizard::Page_PartitionDisk, "partition-disk"},
+ {HorizonWizard::Page_PartitionChoose, "partition-manipulation"},
+ {HorizonWizard::Page_PartitionManual, "partition-manual"},
+ {HorizonWizard::Page_PartitionMount, "partition-mountpoints"},
#ifdef NON_LIBRE_FIRMWARE
{HorizonWizard::Page_Firmware, "firmware"},
#endif /* NON_LIBRE_FIRMWARE */
@@ -364,7 +368,7 @@ QString HorizonWizard::toHScript() {
break;
}
- if(auto_erase_disk.empty()) {
+ if(auto_disk.empty()) {
lines << part_lines;
} else {
/* XXX TODO: examples for thoughts on auto-partition setups are in