Unverified Commit b52d3fca authored by Ramses's avatar Ramses Committed by GitHub
Browse files

ventoy: fix defaultGuiType option (#355196)

parents fd96607e 45f97340
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
}: