Przeglądaj źródła

Fixed File Picker

Cyamond 5 lat temu
rodzic
commit
efc213eecb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      gui/src/SendingForm.ui.qml

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

@@ -37,7 +37,7 @@ Page {
         // @disable-check M223
         onClicked: {
             // @disable-check M222
-            fileDialog.open()
+            sendingFileDialog.open()
         }
     }