mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-28 23:00:55 +00:00
Make frontend non-experimental. https://github.com/Koenkk/zigbee2mqtt/issues/4266
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ class Controller {
|
||||
this.extensions.push(new ExtensionBridge(...args, this.enableDisableExtension));
|
||||
}
|
||||
|
||||
if (settings.get().experimental.frontend) {
|
||||
if (settings.get().frontend) {
|
||||
this.extensions.push(new ExtensionFrontend(...args));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user