From 9a24f9925ade35dffd3ad8d5838a04a528a415ef Mon Sep 17 00:00:00 2001 From: Yoshie2000 <40612283+Yoshie2000@users.noreply.github.com> Date: Mon, 31 Aug 2020 12:21:20 +0200 Subject: [PATCH] Removed a bad character --- src/js/profile/application_settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/profile/application_settings.js b/src/js/profile/application_settings.js index ae9ffbf0..c9e8c1e0 100644 --- a/src/js/profile/application_settings.js +++ b/src/js/profile/application_settings.js @@ -161,7 +161,7 @@ export const allApplicationSettings = [ new BoolSetting( "soundsMuted", - enumCategories.general,# + enumCategories.general, /** * @param {Application} app */