shadok-ai 0.2.5 → 0.2.6
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/package.json +1 -1
- package/public/index.html +1 -1
package/package.json
CHANGED
package/public/index.html
CHANGED
|
@@ -1519,7 +1519,7 @@
|
|
|
1519
1519
|
infoRow.className = "tab-info";
|
|
1520
1520
|
infoRow.append(lastAt, ctxNum);
|
|
1521
1521
|
mainCol.append(name, infoRow);
|
|
1522
|
-
btn.append(led, mainCol, mute, cron, tg,
|
|
1522
|
+
btn.append(led, mainCol, timer, mute, cron, tg, close);
|
|
1523
1523
|
// Context-window usage: a thin progress bar at the bottom of the tab.
|
|
1524
1524
|
const ctxBar = document.createElement("div");
|
|
1525
1525
|
ctxBar.className = "ctxbar";
|