diff --git a/src/torrentadditiondlg.h b/src/torrentadditiondlg.h index 9d705dd6c..d3a94cabe 100644 --- a/src/torrentadditiondlg.h +++ b/src/torrentadditiondlg.h @@ -105,6 +105,8 @@ public: #if LIBTORRENT_VERSION_MINOR < 15 addInSeed->setVisible(false); #endif + // Set Add button as default + OkButton->setDefault(true); } ~torrentAdditionDialog() {