mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01: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:
committed by
Matteo Pagliazzi
parent
7325bc0871
commit
774a1d9a96
@@ -714,6 +714,9 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
mounted () {
|
||||||
|
this.showAdvancedOptions = !this.user.preferences.advancedCollapsed;
|
||||||
|
},
|
||||||
watch: {
|
watch: {
|
||||||
task () {
|
task () {
|
||||||
this.syncTask();
|
this.syncTask();
|
||||||
|
|||||||
Reference in New Issue
Block a user