Skip to content

Commit

Permalink
Added "Show Diagnostic Information" to help menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
thommcgrath committed Dec 1, 2023
1 parent 6cc2151 commit d48b830
Show file tree
Hide file tree
Showing 4 changed files with 1,123 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Project/App.xojo_code
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,13 @@ Implements NotificationKit.Receiver,Beacon.Application
End Function
#tag EndMenuHandler

#tag MenuHandler
Function HelpShowDiagnosticInfo() As Boolean Handles HelpShowDiagnosticInfo.Action
DebugWindow.Present
Return True
End Function
#tag EndMenuHandler

#tag MenuHandler
Function HelpShowWhatsNewWindow() As Boolean Handles HelpShowWhatsNewWindow.Action
WhatsNewWindow.Present(99999999)
Expand Down
1 change: 1 addition & 0 deletions Project/Beacon.xojo_project
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ Class=MutableLootDropOverride;Modules/Game Support/Ark/MutableLootDropOverride.x
Class=DelegateClass;Modules/Tests/DelegateClass.xojo_code;&h000000005F3617FF;&h00000000656D4FFF;false
Class=ModDiscoveryEngine;Modules/Game Support/ArkSA/ModDiscoveryEngine.xojo_code;&h00000000204A1FFF;&h000000004504AFFF;false
DesktopWindow=ArkSAModEditorView;Views/ArkSA/Mods/ArkSAModEditorView.xojo_window;&h0000000051DF9FFF;&h000000004B8DE7FF;false
DesktopWindow=DebugWindow;Views/Support Ticket/DebugWindow.xojo_window;&h000000006E2A3FFF;&h000000003584DFFF;false
AppMenuBar=MainMenuBar
MajorVersion=2
MinorVersion=0
Expand Down
8 changes: 8 additions & 0 deletions Project/MainMenuBar.xojo_menu
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,14 @@ Begin Menu MainMenuBar
AutoEnable = True
Visible = True
End
Begin DesktopMenuItem HelpShowDiagnosticInfo
SpecialMenu = 0
Index = -2147483648
Text = "Show Diagnostic Information"
AutoEnabled = True
AutoEnable = True
Visible = True
End
Begin DesktopMenuItem HelpAPIGuideSeparator
SpecialMenu = 0
Index = -2147483648
Expand Down
Loading

0 comments on commit d48b830

Please sign in to comment.