Explorar el Código

Can now select anyfile in gui cli selection

Tobias Wach hace 5 años
padre
commit
91637dc89c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      gui/src/NoConfigFoundPopup.ui.qml

+ 1 - 1
gui/src/NoConfigFoundPopup.ui.qml

@@ -94,7 +94,7 @@ Popup {
 
     FileDialog {
         id: noConfigFoundPopupCliDialog
-        nameFilters: ["CLI file (ccats-cli)"]
+        nameFilters: ["CLI file (ccats-cli)", "Any file (*)"]
         title: "Please select the CLI File"
         folder: shortcuts.home
         // @disable-check M223