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

View file

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