1
0
Эх сурвалжийг харах

disable GDrive acess when saving with the companion

Gildas 4 жил өмнө
parent
commit
8a7ffb953a

+ 1 - 0
extension/ui/bg/ui-options.js

@@ -413,6 +413,7 @@ autoSaveExternalSaveInput.addEventListener("click", () => enableExternalSave(aut
 saveWithCompanionInput.addEventListener("click", () => enableExternalSave(saveWithCompanionInput), false);
 saveToFilesystemInput.addEventListener("click", async () => await browser.runtime.sendMessage({ method: "downloads.disableGDrive" }), false);
 saveToClipboardInput.addEventListener("click", async () => await browser.runtime.sendMessage({ method: "downloads.disableGDrive" }), false);
+saveWithCompanionInput.addEventListener("click", async () => await browser.runtime.sendMessage({ method: "downloads.disableGDrive" }), false);
 addProofInput.addEventListener("click", async event => {
 	if (addProofInput.checked) {
 		addProofInput.checked = false;