Fix some QML warnings

This commit is contained in:
MaxXor
2018-07-28 07:37:43 -04:00
parent 1107daab98
commit 2842c33759
3 changed files with 2 additions and 3 deletions

View File

@@ -1336,7 +1336,6 @@ ApplicationWindow {
onTransferClicked: {
middlePanel.state = "Transfer";
middlePanel.flickable.contentY = 0;
mainFlickable.contentY = 0;
if(isMobile) {
hideMenu();
}