explorer icon indicating copy to clipboard operation
explorer copied to clipboard

bug: account menu doesn't appear on header

Open ghost opened this issue 7 years ago • 2 comments

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

ghost avatar Dec 05 '18 06:12 ghost

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 is false
  • useRichList : enable richlist for tools/sync.js (default is false)
  • NORICHLIST=1 tools/sync.js command line env option. to disable richlist (internally do not update Account db) temporally.

hackmod avatar Dec 06 '18 04:12 hackmod

@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

ghost avatar Dec 06 '18 04:12 ghost