Explorar o código

Can now select anyfile in gui cli selection

Tobias Wach %!s(int64=5) %!d(string=hai) anos
pai
achega
91637dc89c
Modificáronse 1 ficheiros con 1 adicións e 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