Browse Source

Can now select anyfile in gui cli selection 2

Tobias Wach 4 years ago
parent
commit
fabd5a7993
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/src/InvalidCliPathPopup.ui.qml

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

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