Skip to content

Commit

Permalink
Update tips dialog and add a menu item for it.
Browse files Browse the repository at this point in the history
  • Loading branch information
baldurk committed Sep 25, 2015
1 parent b5f73cb commit ebe442d
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 109 deletions.
2 changes: 2 additions & 0 deletions renderdocui/Code/PersistantConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ public System.Drawing.Font PreferredFont

public DateTime DegradedLog_LastUpdate = new DateTime(2015, 01, 01);

public bool Tips_SeenFirst = false;

public bool AllowGlobalHook = false;

public void SetupFormatting()
Expand Down
22 changes: 12 additions & 10 deletions renderdocui/Windows/Dialogs/TipsDialog.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ebe442d

Please sign in to comment.