File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1090,7 +1090,7 @@ class ConvenientEffectsV2 extends HandlebarsApplicationMixin(
1090
1090
const isHiddenEffects = this . #settings. showHiddenEffects ;
1091
1091
buttonHtml . setAttribute ( "aria-pressed" , isHiddenEffects . toString ( ) ) ;
1092
1092
1093
- this . render ( { parts : [ "directory" ] } ) ;
1093
+ this . render ( { parts : [ "header" , " directory"] } ) ;
1094
1094
}
1095
1095
1096
1096
static async #onToggleNestedEffects( ...args : any [ ] ) : Promise < void > {
@@ -1111,7 +1111,7 @@ class ConvenientEffectsV2 extends HandlebarsApplicationMixin(
1111
1111
const isNestedEffects = this . #settings. showNestedEffects ;
1112
1112
buttonHtml . setAttribute ( "aria-pressed" , isNestedEffects . toString ( ) ) ;
1113
1113
1114
- this . render ( { parts : [ "directory" ] } ) ;
1114
+ this . render ( { parts : [ "header" , " directory"] } ) ;
1115
1115
}
1116
1116
1117
1117
static async #onTogglePrioritizeTargets( ...args : any [ ] ) : Promise < void > {
@@ -1132,7 +1132,7 @@ class ConvenientEffectsV2 extends HandlebarsApplicationMixin(
1132
1132
const isPrioritizeTargets = this . #settings. prioritizeTargets ;
1133
1133
buttonHtml . setAttribute ( "aria-pressed" , isPrioritizeTargets . toString ( ) ) ;
1134
1134
1135
- this . render ( { parts : [ "directory" ] } ) ;
1135
+ this . render ( { parts : [ "header" , " directory"] } ) ;
1136
1136
}
1137
1137
1138
1138
static async #onViewBackups( ...args : any [ ] ) : Promise < void > {
You can’t perform that action at this time.
0 commit comments