mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixed warning
This commit is contained in:
@@ -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 ();
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user