Skip to content

Commit 20fec5d

Browse files
author
imDeprecated
committed
Auto start updater without a config change
1 parent 254b084 commit 20fec5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

applet.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ MyApplet.prototype = {
5858
this.settings.bind("track-bitcoin", "trackBTC", this._update_value);
5959
this.settings.bind("track-ethereal", "trackETH", this._update_value);
6060
this.settings.bind("track-ripple", "trackXRP", this._update_value);
61+
62+
this._update_value();
6163
},
6264

6365
_update_value: function () {

0 commit comments

Comments
 (0)