Make the checkbox depressed state optional, and disabled in ra.
This commit is contained in:
@@ -39,5 +39,10 @@ namespace OpenRA.Widgets
|
||||
{
|
||||
return int.Parse(data[key]);
|
||||
}
|
||||
|
||||
public static bool GetBool(string key)
|
||||
{
|
||||
return bool.Parse(data[key]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user