agent-tasks 1.9.15 → 1.9.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agent-desk-plugin.json +1 -1
- package/dist/ui/app.js +2 -0
- package/package.json +1 -1
package/agent-desk-plugin.json
CHANGED
package/dist/ui/app.js
CHANGED
|
@@ -815,6 +815,8 @@ TaskBoard.mount = function (container, options) {
|
|
|
815
815
|
|
|
816
816
|
TaskBoard._root = shadow;
|
|
817
817
|
_init();
|
|
818
|
+
var themeBtn = shadow.getElementById('theme-toggle');
|
|
819
|
+
if (themeBtn) themeBtn.style.display = 'none';
|
|
818
820
|
};
|
|
819
821
|
|
|
820
822
|
TaskBoard.unmount = function () {
|
package/package.json
CHANGED