public void SetShowTitleInTransparency(bool t)
 {
     displayTitle = t;
     UpdateControls();
     SQLiteDBClass.PutSettingBool(dbrefname + "ShowTitle", displayTitle);
     UserControl.onControlTextVisibilityChanged(displayTitle);
 }
Example #2
0
 public void SetShowTitleInTransparency(bool t)
 {
     displayTitle = t;
     UpdateControls();
     EliteDangerousCore.DB.UserDatabase.Instance.PutSettingBool(dbrefname + "ShowTitle", displayTitle);
     UserControl.onControlTextVisibilityChanged(displayTitle);
 }