From d7ef8b79ae0c98eba27d3890b67db0a9c29e06f8 Mon Sep 17 00:00:00 2001 From: Niklas Wenzel Date: Tue, 10 Jun 2025 22:12:31 +0200 Subject: [PATCH] docs: mention `kwallet6` command line option (#47427) --- docs/api/safe-storage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/safe-storage.md b/docs/api/safe-storage.md index d9c7dc3feab4..4f985db5e195 100644 --- a/docs/api/safe-storage.md +++ b/docs/api/safe-storage.md @@ -73,5 +73,6 @@ command line flag is provided `--password-store="basic"`. is provided `--password-store="kwallet"`. * `kwallet5` - When the desktop session is `kde5` or if the following command line flag is provided `--password-store="kwallet5"`. -* `kwallet6` - When the desktop session is `kde6`. +* `kwallet6` - When the desktop session is `kde6` or if the following command line flag +is provided `--password-store="kwallet6"`. * `unknown` - When the function is called before app has emitted the `ready` event.