We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254b084 commit 20fec5dCopy full SHA for 20fec5d
applet.js
@@ -58,6 +58,8 @@ MyApplet.prototype = {
58
this.settings.bind("track-bitcoin", "trackBTC", this._update_value);
59
this.settings.bind("track-ethereal", "trackETH", this._update_value);
60
this.settings.bind("track-ripple", "trackXRP", this._update_value);
61
+
62
+ this._update_value();
63
},
64
65
_update_value: function () {
0 commit comments