Commit fc8e43e2 authored by yann300's avatar yann300

update "plus" button state onload

parent e7054811
......@@ -90,7 +90,7 @@ class SettingsUI {
<div class="${css.crow}">
<div class="${css.col1_1}">
Account
<span id="remixRunPlusWraper" title="Create a new account">
<span id="remixRunPlusWraper" title="Create a new account" onload=${this.updatePlusButton.bind(this)}>
<i id="remixRunPlus" class="fas fa-plus-circle ${css.icon}" aria-hidden="true" onclick=${this.newAccount.bind(this)}"></i>
</span>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment