diff options
-rw-r--r-- | desktop-widgets/btdeviceselectiondialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/btdeviceselectiondialog.cpp b/desktop-widgets/btdeviceselectiondialog.cpp index 74ce44cb1..c036fc3b7 100644 --- a/desktop-widgets/btdeviceselectiondialog.cpp +++ b/desktop-widgets/btdeviceselectiondialog.cpp @@ -40,6 +40,7 @@ BtDeviceSelectionDialog::BtDeviceSelectionDialog(QWidget *parent) : ui->scan->setText(tr("Scan")); ui->clear->setText(tr("Clear")); ui->save->setText(tr("Save")); + ui->save->setDefault(true); ui->quit->setText(tr("Quit")); // Disable the save button because there is no device selected |