Browse Source

Fixed File Picker

Cyamond 5 years ago
parent
commit
efc213eecb
1 changed files with 1 additions and 1 deletions
  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()
         }
     }