diff --git a/src/RaspAP/Plugins/PluginInstaller.php b/src/RaspAP/Plugins/PluginInstaller.php index 0da29cf2..6ff6ebf8 100644 --- a/src/RaspAP/Plugins/PluginInstaller.php +++ b/src/RaspAP/Plugins/PluginInstaller.php @@ -390,7 +390,7 @@ class PluginInstaller $button = ''; - } else { + } elseif (!RASPI_MONITOR_ENABLED) { $button = ''; diff --git a/templates/system/plugins.php b/templates/system/plugins.php index 194e161e..4d875c49 100644 --- a/templates/system/plugins.php +++ b/templates/system/plugins.php @@ -1,19 +1,19 @@