fix: correct call to disable()

This commit is contained in:
Andy Holmes
2023-09-21 19:22:32 -07:00
parent 08bd792ae7
commit f588ab7218

View File

@@ -111,7 +111,7 @@ function _enable(extension) {
//reset to prevent conflicts with the ubuntu-dock
if (panelManager) {
disable(true);
extension.disable(true);
}
}