Closed Ciach0 closed 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.
format()
Messages.POWERCORD_SETTINGS_EXP_WEB_PLATFORM_DESC
The call to format is required to actually render the string as it has markdown in it (to render the bold Requires Restart).
Removed the
format()
function from theMessages.POWERCORD_SETTINGS_EXP_WEB_PLATFORM_DESC
string, because it causes the main Powercord Settings Panel not to render because of a ReferenceError.