dont show theme buttons for now

This commit is contained in:
Malte Jürgens 2023-03-02 23:15:41 +01:00
parent 96bca52d0d
commit d5257207bc
No known key found for this signature in database
GPG Key ID: D29FBD5F93C0CFC3
1 changed files with 10 additions and 10 deletions

View File

@ -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(