From 4a88c6a75ff35fa10b27510cfcc7ef8af0595df0 Mon Sep 17 00:00:00 2001 From: James Kerrane Date: Thu, 1 May 2025 04:14:45 -0400 Subject: [PATCH 1/3] Add descriptions of general vault options Adds descriptions of general vault options, allowing people to read about options not shown in the screenshot (After successful unlock options) and learn how to rename a vault. --- source/desktop/vault-management.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/desktop/vault-management.rst b/source/desktop/vault-management.rst index 8712cc9..2c8b2fd 100644 --- a/source/desktop/vault-management.rst +++ b/source/desktop/vault-management.rst @@ -48,6 +48,14 @@ You can select this option if the vault is unlocked as soon as Cryptomator start .. image:: ../img/desktop/vault-options-general.png :alt: General vault options +- **Vault Name**: The name of the vault. *You can edit this field to rename the vault.* +- **Lock when idle for __ minutes**: The vault will be locked automatically after the specified time of inactivity. +- **Unlock vault when starting Cryptomator**: On startup, Cryptomator will automatically unlock the vault if it is not already unlocked. +- **After successful unlock** + - **Do nothing**: Cryptomator will do nothing after unlocking the vault. + - **Reveal Drive**: Opens the mount location using the default file manager (Windows Explorer, Finder, …). + - **Ask**: Cryptomator will ask you what to do after unlocking the vault. + 2. Mounting - Settings that manage how and where a vault is mounted. .. note:: The mount options depend on the selected :ref:`volume type ` From 801d537f9ee080618a70050154bf17877135f435 Mon Sep 17 00:00:00 2001 From: James Kerrane Date: Thu, 1 May 2025 04:25:18 -0400 Subject: [PATCH 2/3] Use backticks in UI labels for clarity Uses backticks in UI labels for clarity, uses a dash separator instead of a colon to match other sections. --- source/desktop/vault-management.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/desktop/vault-management.rst b/source/desktop/vault-management.rst index 2c8b2fd..5c74b86 100644 --- a/source/desktop/vault-management.rst +++ b/source/desktop/vault-management.rst @@ -48,13 +48,13 @@ You can select this option if the vault is unlocked as soon as Cryptomator start .. image:: ../img/desktop/vault-options-general.png :alt: General vault options -- **Vault Name**: The name of the vault. *You can edit this field to rename the vault.* -- **Lock when idle for __ minutes**: The vault will be locked automatically after the specified time of inactivity. -- **Unlock vault when starting Cryptomator**: On startup, Cryptomator will automatically unlock the vault if it is not already unlocked. -- **After successful unlock** - - **Do nothing**: Cryptomator will do nothing after unlocking the vault. - - **Reveal Drive**: Opens the mount location using the default file manager (Windows Explorer, Finder, …). - - **Ask**: Cryptomator will ask you what to do after unlocking the vault. +- ``Vault Name`` - The name of the vault. *You can edit this field to rename the vault.* +- ``Lock when idle for minutes`` - The vault will be locked automatically after the specified time of inactivity. +- ``Unlock vault when starting Cryptomator`` - On startup, Cryptomator will automatically unlock the vault if it is not already unlocked. +- ``After successful unlock`` + - ``Do nothing`` - Cryptomator will do nothing after unlocking the vault. + - ``Reveal Drive`` - Opens the mount location using the default file manager (Windows Explorer, Finder, …). + - ``Ask`` - Cryptomator will ask you what to do after unlocking the vault. 2. Mounting - Settings that manage how and where a vault is mounted. From e1c2ed97f5657437454432e821623cee513eac44 Mon Sep 17 00:00:00 2001 From: James Kerrane Date: Sat, 3 May 2025 22:28:58 -0600 Subject: [PATCH 3/3] Fix incorrect description Fixes the incorrect description of Cryptomator's behavior for `Unlock vault when starting Cryptomator`. As pointed out by @infeo: 1. The vault is unlocked on app start, not during the OS startup. 2. A vault can only be unlocked if Cryptomator is running. Hence, it cannot be already unlocked. --- source/desktop/vault-management.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/desktop/vault-management.rst b/source/desktop/vault-management.rst index 5c74b86..80ee52a 100644 --- a/source/desktop/vault-management.rst +++ b/source/desktop/vault-management.rst @@ -50,7 +50,7 @@ You can select this option if the vault is unlocked as soon as Cryptomator start - ``Vault Name`` - The name of the vault. *You can edit this field to rename the vault.* - ``Lock when idle for minutes`` - The vault will be locked automatically after the specified time of inactivity. -- ``Unlock vault when starting Cryptomator`` - On startup, Cryptomator will automatically unlock the vault if it is not already unlocked. +- ``Unlock vault when starting Cryptomator`` - On app start, Cryptomator will unlock the vault (otherwise the vault will remain locked). - ``After successful unlock`` - ``Do nothing`` - Cryptomator will do nothing after unlocking the vault. - ``Reveal Drive`` - Opens the mount location using the default file manager (Windows Explorer, Finder, …).