From b0b956ee5375c21ebd0461c6bfc5053e76ace478 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 20 Sep 2020 17:07:51 -0500 Subject: Qt UI: Set bootloader value correctly --- ui/qt5/horizonwizard.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc index d97ab3b..9b82b9d 100644 --- a/ui/qt5/horizonwizard.cc +++ b/ui/qt5/horizonwizard.cc @@ -654,7 +654,7 @@ QString HorizonWizard::toHScript() { lines << "pkginstall openrc"; if(this->grub) { - lines << "bootloader " << QString::fromStdString(chosen_disk); + lines << ("bootloader " + QString::fromStdString(chosen_disk)); } switch(this->binsh) { -- cgit v1.2.3-60-g2f50