Skip to content

Commit

Permalink
Bunches of new settings to be saved
Browse files Browse the repository at this point in the history
  • Loading branch information
jwvanderbeck committed Jan 8, 2015
1 parent 8026658 commit 3395d5d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions TestFlightCore/TestFlightCore/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,20 @@ public Settings(String FilePath) : base(FilePath) {
[Persistent]
public double masterStatusUpdateFrequency;
[Persistent] public bool displaySettingsWindow;
[Persistent] public int settingsPage;
[Persistent] public bool enableHUD;
[Persistent] public bool showFailedPartsOnlyInMSD;
[Persistent] public bool showFlightDataInMSD;
[Persistent] public bool showRestingReliabilityInMSD;
[Persistent] public bool showMomentaryReliabilityInMSD;
[Persistent] public bool showStatusTextInMSD;
[Persistent] public bool shortenPartNameInMSD;
[Persistent] public Rect mainWindowPosition;
[Persistent] public bool mainWindowLocked;
[Persistent] public int currentMSDSize;
[Persistent] public Vector2 currentMSDScrollPosition;
[Persistent] public bool flightHUDEnabled;
[Persistent] public Rect flightHUDPosition;
}
}

0 comments on commit 3395d5d

Please sign in to comment.