1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

Translation settings should be persisted on web (#9581)

Unfortunately we cannot migrate this data from session, as it is lost on tab closed.
This commit is contained in:
Matt Gibson
2024-06-25 18:17:10 -04:00
committed by GitHub
parent 8df054cf51
commit 3f44eadb5f

View File

@@ -112,7 +112,7 @@ export const DESKTOP_SETTINGS_DISK = new StateDefinition("desktopSettings", "dis
export const ENVIRONMENT_DISK = new StateDefinition("environment", "disk");
export const ENVIRONMENT_MEMORY = new StateDefinition("environment", "memory");
export const THEMING_DISK = new StateDefinition("theming", "disk", { web: "disk-local" });
export const TRANSLATION_DISK = new StateDefinition("translation", "disk");
export const TRANSLATION_DISK = new StateDefinition("translation", "disk", { web: "disk-local" });
// Secrets Manager