AndryS0

Results 1 comments of AndryS0

As a tempory solution you can remove line 234: ```js this.locale = UserSettingsStore.locale; ``` Like that: ```js this.forceOnRight = false; //this.locale = UserSettingsStore.locale; this.sendFormatOptions = { 0: 'F', }; ````...