mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-08 21:04:26 +00:00
Define add button as default in torrent addition dialog
This commit is contained in:
parent
0d85d0a777
commit
13927599c8
@ -64,6 +64,8 @@ torrentAdditionDialog::torrentAdditionDialog(GUI *parent, Bittorrent* _BTSession
|
|||||||
#if LIBTORRENT_VERSION_MINOR < 15
|
#if LIBTORRENT_VERSION_MINOR < 15
|
||||||
addInSeed->setVisible(false);
|
addInSeed->setVisible(false);
|
||||||
#endif
|
#endif
|
||||||
|
// Set Add button as default
|
||||||
|
OkButton->setDefault(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
torrentAdditionDialog::~torrentAdditionDialog() {
|
torrentAdditionDialog::~torrentAdditionDialog() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user