mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Set "Add" button as default in torrent addition dialog
This commit is contained in:
@@ -105,6 +105,8 @@ public:
|
|||||||
#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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user