Commit 45f97340 authored by John Garcia's avatar John Garcia
Browse files

ventoy: fix defaultGuiType option

parent 732608dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,8 +28,8 @@
, withXfs ? false
, withExt4 ? false
, withNtfs ? false
, withGtk3 ? false
, withQt5 ? false
, withGtk3 ? defaultGuiType == "gtk3"
, withQt5 ? defaultGuiType == "qt5"
, libsForQt5
}: