explorer
explorer copied to clipboard
bug: account menu doesn't appear on header
cc @hackmod
I assume your code is wrong here
<li ng-show="settings.showRichList">
<a href="/accounts">Accounts</a>
</li>
ng-show="settings.showRichList" should be removed
ps) please add "useRichList": true, on config.example.json so explorer can sync richlist by default
there are 3 related options exist (not documented)
settings.showRichList: toggle main account(richlist) menu - one can toggle it's menu for some reason - default isfalseuseRichList: enable richlist fortools/sync.js(default is false)NORICHLIST=1 tools/sync.jscommand line env option. to disable richlist (internally do not updateAccountdb) temporally.
@hackmod I see, but settings.showRichList didn't worked this time.
I didn't tested NORICHLIST=1 tools/sync.js but not using the option useRichList worked for me