ventoy: fix defaultGuiType option

This commit is contained in:
John Garcia
2024-11-11 12:45:14 +00:00
parent 732608dc68
commit 45f9734009

View File

@@ -28,8 +28,8 @@
, withXfs ? false
, withExt4 ? false
, withNtfs ? false
, withGtk3 ? false
, withQt5 ? false
, withGtk3 ? defaultGuiType == "gtk3"
, withQt5 ? defaultGuiType == "qt5"
, libsForQt5
}: