Change frontend setting prioritization

This commit is contained in:
2022-07-24 13:24:17 +00:00
parent d5edd2452a
commit 02c8f91690
7 changed files with 26 additions and 22 deletions

View File

@@ -145,8 +145,8 @@ export const ConnectionMixin = (SuperClass) => {
get settings() {
return {
...this.global_settings,
...this.user_settings,
...this.browser_settings,
...this.user_settings,
};
}