summaryrefslogtreecommitdiffstats
path: root/src/pvsgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pvsgui.cpp')
-rw-r--r--src/pvsgui.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pvsgui.cpp b/src/pvsgui.cpp
index e949d5b..40112b4 100644
--- a/src/pvsgui.cpp
+++ b/src/pvsgui.cpp
@@ -143,6 +143,9 @@ void PVSGUI::updateConfig()
setLocation(POSITION_TOP_CENTER);
else
setLocation(_settings.value("Display/location").toInt());
+
+ if (!_settings.value("Multicast/interface").isNull())
+ _ifaceDBus->setMulticastInterface(_settings.value("Multicast/interface").toString());
}
////////////////////////////////////////////////////////////////////////////////