From ce7f7b8321c89f9bdd62e9b148181865f8834871 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 24 May 2016 02:05:19 +0200 Subject: show progress --- lib/wallet/wxMessaging.ts | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/wallet/wxMessaging.ts') diff --git a/lib/wallet/wxMessaging.ts b/lib/wallet/wxMessaging.ts index 164342f4e..522a87285 100644 --- a/lib/wallet/wxMessaging.ts +++ b/lib/wallet/wxMessaging.ts @@ -153,6 +153,14 @@ class ChromeBadge implements Badge { setColor(c: string) { chrome.browserAction.setBadgeBackgroundColor({color: c}); } + + startBusy() { + this.setText("..."); + } + + stopBusy() { + this.setText(""); + } } -- cgit v1.2.3