File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
EnvironmentHider/Managers Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ internal void HideAll(bool hideAll)
5050 {
5151 if ( hideAll )
5252 {
53- this . HideFogRing ( this . pluginConfig . HideMenuPileOfNotes ) ;
54- this . HideGround ( this . pluginConfig . HideMenuPileOfNotes ) ;
55- this . HideNotes ( this . pluginConfig . HideMenuPileOfNotes ) ;
53+ this . HideFogRing ( this . pluginConfig . HideFogRing ) ;
54+ this . HideGround ( this . pluginConfig . HideMenuGround ) ;
55+ this . HideNotes ( this . pluginConfig . HideMenuNotes ) ;
5656 this . HidePileOfNotes ( this . pluginConfig . HideMenuPileOfNotes ) ;
57- this . HideLogo ( this . pluginConfig . HideMenuPileOfNotes ) ;
58- this . HideRedLine ( this . pluginConfig . HideMenuPileOfNotes ) ;
59- this . HideBlueLine ( this . pluginConfig . HideMenuPileOfNotes ) ;
57+ this . HideLogo ( this . pluginConfig . HideLogo ) ;
58+ this . HideRedLine ( this . pluginConfig . HideRedLine ) ;
59+ this . HideBlueLine ( this . pluginConfig . HideBlueLine ) ;
6060 }
6161 else
6262 {
You can’t perform that action at this time.
0 commit comments