Browse Source

Can now select anyfile in gui cli selection

Tobias Wach 4 years ago
parent
commit
91637dc89c
1 changed files with 1 additions and 1 deletions
  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