1
0
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:
Christophe Dumez 2010-06-22 11:59:20 +00:00
parent 0d85d0a777
commit 13927599c8

View File

@ -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() {