Removes linter warnings from the PDA module (#17097)

This commit is contained in:
TemporalOroboros
2023-06-07 07:22:19 -07:00
committed by GitHub
parent f96a3a4b79
commit fdbf5b86f2
12 changed files with 150 additions and 107 deletions

View File

@@ -22,7 +22,7 @@ public partial class PDAWindow : BaseWindow
set
{
AccentH.ModulateSelfOverride = Color. FromHex(value, Color.White);
AccentH.ModulateSelfOverride = Color.FromHex(value, Color.White);
AccentH.Visible = value != null;
}
}
@@ -33,7 +33,7 @@ public partial class PDAWindow : BaseWindow
set
{
AccentV.ModulateSelfOverride = Color. FromHex(value, Color.White);
AccentV.ModulateSelfOverride = Color.FromHex(value, Color.White);
AccentV.Visible = value != null;
}
}