mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
Fix advanced settings from always starting collapsed (#10561)
Previously the user's preference for whether the advanced settings starts opened or collapsed was ignored. Resolves: #10556
This commit is contained in:
parent
7325bc0871
commit
774a1d9a96
1 changed files with 3 additions and 0 deletions
|
|
@ -714,6 +714,9 @@ export default {
|
|||
},
|
||||
};
|
||||
},
|
||||
mounted () {
|
||||
this.showAdvancedOptions = !this.user.preferences.advancedCollapsed;
|
||||
},
|
||||
watch: {
|
||||
task () {
|
||||
this.syncTask();
|
||||
|
|
|
|||
Loading…
Reference in a new issue