powercord-org / powercord

A lightweight @discord client mod focused on simplicity and performance.
MIT License
1.2k stars 147 forks source link

Fixed the main Settings Panel error. #578

Closed Ciach0 closed 2 years ago

Ciach0 commented 2 years ago

Removed the format() function from the Messages.POWERCORD_SETTINGS_EXP_WEB_PLATFORM_DESC string, because it causes the main Powercord Settings Panel not to render because of a ReferenceError.

cyyynthia commented 2 years ago

The call to format is required to actually render the string as it has markdown in it (to render the bold Requires Restart). image