Add parentheses

This commit is contained in:
iiSaLMaN 2019-08-08 17:11:26 +03:00
parent 88b9942b2a
commit bedb744a2e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ protected override void LoadComplete()
base.LoadComplete();
}
protected override bool ShowDimContent => base.ShowDimContent || ShowStoryboard.Value && UserDimLevel.Value < 1;
protected override bool ShowDimContent => base.ShowDimContent || (ShowStoryboard.Value && UserDimLevel.Value < 1);
private void initializeStoryboard(bool async)
{