summaryrefslogtreecommitdiff
path: root/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.c')
-rw-r--r--plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.c b/plugin.c
index f100c2b..4778018 100644
--- a/plugin.c
+++ b/plugin.c
@@ -308,7 +308,7 @@ cString cPluginGraphLCD::SVDRPCommand(const char *Command, const char *Option, i
{
if (strcmp(Id, SPAN_CLIENT_CHECK_ID) == 0)
{
- if ( GraphLCDSetup.enableSpectrumAnalyzer && (Data != NULL) )
+ if ( GraphLCDSetup.pluginSpectrumAnalyzer && GraphLCDSetup.enableSpectrumAnalyzer && (Data != NULL) )
{
*((Span_Client_Check_1_0*)Data)->isActive = true;
}