mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 09:55:55 +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
|
||||
addInSeed->setVisible(false);
|
||||
#endif
|
||||
// Set Add button as default
|
||||
OkButton->setDefault(true);
|
||||
}
|
||||
|
||||
torrentAdditionDialog::~torrentAdditionDialog() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user