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
parent 8f6e066332
commit 1daadfc4ec
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
});
}
};