NeverDecaf / discord-PWA

A wrapper for the Discord web client as a PWA, made for Chromium browsers on desktop.
MIT License
145 stars 13 forks source link

Menu bars are blank #9

Closed NoozAbooz closed 3 years ago

NoozAbooz commented 3 years ago

I went to the extension settings and tried changing the 'highlight icon when' option. Both menus showed up blank.IMG_20200903_094638.jpgScreenshot_2020-09-03-09-46-18-870_com.realvnc.viewer.android.jpg

NeverDecaf commented 3 years ago

The options page is just very basic HTML so I can't imagine how this is happening but it is very likely an issue with your browser and not the extension itself.

If you just want to change these values you can inspect the background page and run some code in the console to adjust them manually. For example: chrome.storage.sync.set({badge_count: "messages", draw_attention_on: "never"});

NoozAbooz commented 3 years ago

Also what options are there for badge_count and draw_attention_on?

NeverDecaf commented 3 years ago

mentions,channels,messages,never are the 4 options available atm.