dont show theme buttons for now
This commit is contained in:
parent
96bca52d0d
commit
d5257207bc
|
@ -328,17 +328,17 @@ function main() {
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
section.appendChild(
|
// section.appendChild(
|
||||||
createButton("Install Theme", () => {
|
// createButton("Install Theme", () => {
|
||||||
userscript.showThemeDialog();
|
// userscript.showThemeDialog();
|
||||||
})
|
// })
|
||||||
);
|
// );
|
||||||
|
|
||||||
section.appendChild(
|
// section.appendChild(
|
||||||
createButton("Uninstall Theme", () => {
|
// createButton("Uninstall Theme", () => {
|
||||||
userscript.installUserStyles("");
|
// userscript.installUserStyles("");
|
||||||
})
|
// })
|
||||||
);
|
// );
|
||||||
|
|
||||||
section.appendChild(
|
section.appendChild(
|
||||||
createSwitch(
|
createSwitch(
|
||||||
|
|
Loading…
Reference in New Issue