summaryrefslogtreecommitdiff
path: root/ui/qt5/horizonwizard.cc
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2023-03-25 23:57:31 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-03-25 23:57:31 -0500
commit48d63a7cc6c4285ae0af74fec361541eb481826c (patch)
treeb6199552a101855654ff438e2a5909156270a002 /ui/qt5/horizonwizard.cc
parent7060a34f73bbd26af6fabaaba4926565d78818b4 (diff)
downloadhorizon-48d63a7cc6c4285ae0af74fec361541eb481826c.tar.gz
horizon-48d63a7cc6c4285ae0af74fec361541eb481826c.tar.bz2
horizon-48d63a7cc6c4285ae0af74fec361541eb481826c.tar.xz
horizon-48d63a7cc6c4285ae0af74fec361541eb481826c.zip
Qt UI: Use Plasma as the default
Prevents us from falling off the end of the function.
Diffstat (limited to 'ui/qt5/horizonwizard.cc')
-rw-r--r--ui/qt5/horizonwizard.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt5/horizonwizard.cc b/ui/qt5/horizonwizard.cc
index 68f9d41..5026316 100644
--- a/ui/qt5/horizonwizard.cc
+++ b/ui/qt5/horizonwizard.cc
@@ -495,6 +495,7 @@ QStringList bootForArch(const std::string &raw_disk, HorizonWizard::Arch arch,
QString packagesForDesktop(HorizonWizard::DesktopType desktop) {
switch(desktop) {
case HorizonWizard::Plasma:
+ default:
return "x11 kde calligra";
case HorizonWizard::LXQt:
return "x11 lxqt-desktop";