dont show theme buttons for now
This commit is contained in:
parent
96bca52d0d
commit
d5257207bc
1 changed files with 10 additions and 10 deletions
|
@ -328,17 +328,17 @@ function main() {
|
|||
})
|
||||
);
|
||||
|
||||
section.appendChild(
|
||||
createButton("Install Theme", () => {
|
||||
userscript.showThemeDialog();
|
||||
})
|
||||
);
|
||||
// section.appendChild(
|
||||
// createButton("Install Theme", () => {
|
||||
// userscript.showThemeDialog();
|
||||
// })
|
||||
// );
|
||||
|
||||
section.appendChild(
|
||||
createButton("Uninstall Theme", () => {
|
||||
userscript.installUserStyles("");
|
||||
})
|
||||
);
|
||||
// section.appendChild(
|
||||
// createButton("Uninstall Theme", () => {
|
||||
// userscript.installUserStyles("");
|
||||
// })
|
||||
// );
|
||||
|
||||
section.appendChild(
|
||||
createSwitch(
|
||||
|
|
Loading…
Reference in a new issue