Преглед на файлове

Can now select anyfile in gui cli selection

Tobias Wach преди 5 години
родител
ревизия
91637dc89c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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