diff --git a/ui/qt/main_window_slots.cpp b/ui/qt/main_window_slots.cpp index 665f6031d1..6c57504fd9 100644 --- a/ui/qt/main_window_slots.cpp +++ b/ui/qt/main_window_slots.cpp @@ -3532,7 +3532,9 @@ void MainWindow::on_actionCaptureOptions_triggered() void MainWindow::on_actionCaptureRefreshInterfaces_triggered() { + main_ui_->actionCaptureRefreshInterfaces->setEnabled(false); wsApp->refreshLocalInterfaces(); + main_ui_->actionCaptureRefreshInterfaces->setEnabled(true); } #endif