diff --git a/ui/qt/main_window_slots.cpp b/ui/qt/main_window_slots.cpp index 66770d8b0b..ba179977f9 100644 --- a/ui/qt/main_window_slots.cpp +++ b/ui/qt/main_window_slots.cpp @@ -1455,6 +1455,7 @@ void MainWindow::reloadLuaPlugins() char *gdp_path, *dp_path; wsApp->readConfigurationFiles(&gdp_path, &dp_path, true); + prefs_apply_all(); fieldsChanged(); redissectPackets();