From 9b85d139bf7bdc360ea0894e09f6115cd9d472d8 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 26 Apr 2022 11:48:23 -0300 Subject: fix: shorcut for wallet #6592 --- .../src/wallet/Welcome.tsx | 28 +++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'packages/taler-wallet-webextension/src/wallet/Welcome.tsx') diff --git a/packages/taler-wallet-webextension/src/wallet/Welcome.tsx b/packages/taler-wallet-webextension/src/wallet/Welcome.tsx index 5aad3b782..58023a203 100644 --- a/packages/taler-wallet-webextension/src/wallet/Welcome.tsx +++ b/packages/taler-wallet-webextension/src/wallet/Welcome.tsx @@ -27,6 +27,7 @@ import { SubTitle, Title } from "../components/styled/index.js"; import { useTranslationContext } from "../context/translation.js"; import { useDiagnostics } from "../hooks/useDiagnostics.js"; import { useExtendedPermissions } from "../hooks/useExtendedPermissions.js"; +import { platform } from "../platform/api.js"; export function WelcomePage(): VNode { const [permissionsEnabled, togglePermissions] = useExtendedPermissions(); @@ -61,8 +62,33 @@ export function View({

- Thank you for installing the wallet. + + You can open the GNU Taler Wallet using the combination{" "} +

<ALT+W>
+ . +

+ {!platform.isFirefox() && ( + +

+ + Also pinning the GNU Taler Wallet to your Chrome browser allows + you to quick access without keyboard: + +

+
    +
  1. + Click the puzzle icon +
  2. +
  3. + Search for GNU Taler Wallet +
  4. +
  5. + Click the pin icon +
  6. +
+
+ )} Permissions -- cgit v1.2.3