Create non-existing path in setLocationAction()

When using qbittorrent-nox it is not always possible to manually create
the target path for torrent moving. This commit allows automatic path
creation. It also allows to display error messages in the
'Set location' window.
This commit is contained in:
Goshik
2018-06-08 09:37:34 +03:00
committed by sledgehammer999
parent 2972e1596d
commit bfad14d552
3 changed files with 19 additions and 6 deletions

View File

@@ -417,7 +417,7 @@ initializeWindows = function() {
paddingVertical: 0,
paddingHorizontal: 0,
width: 400,
height: 100
height: 130
});
}
};