Fixed warning

This commit is contained in:
Tig
2024-06-24 08:32:04 -07:00
parent fab361d554
commit a0b2e2c824

View File

@@ -484,7 +484,7 @@ internal class UICatalogApp
{
((CheckBox)ShForce16Colors.CommandView).Checked =
Application.Force16Colors = (bool)!((CheckBox)ShForce16Colors.CommandView).Checked!;
MiForce16Colors.Checked = Application.Force16Colors;
MiForce16Colors!.Checked = Application.Force16Colors;
Application.Refresh ();
};