ventoy: fix defaultGuiType option (#355196)

This commit is contained in:
Ramses
2024-11-14 09:36:45 +01:00
committed by GitHub

View File

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