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

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(