taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 6ef3c3b31dc416b335d2ae6ce693ef8856286b9c
parent 8c62697752f28468718360955ee3679b89dfe4ae
Author: Sebastian <sebasjm@taler-systems.com>
Date:   Tue, 21 Jul 2026 17:49:22 -0300

notify offline

Diffstat:
Mpackages/taler-wallet-webextension/src/platform/chrome.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-webextension/src/platform/chrome.ts b/packages/taler-wallet-webextension/src/platform/chrome.ts @@ -765,7 +765,7 @@ function listenNetworkConnectionState( if (nav.onLine) { notifyOnline(); } else { - notifyOnline(); + notifyOffline(); } } notify(navigator.onLine ? "on" : "off");