private static void SaveUIOptions() { XmlItem xi = Root.FindItem("UIOptions"); xi.SetProp("DisableHotkeys", Converter.ToString(DisableHotkeys)); }