Skip to content
Snippets Groups Projects
Commit a5cbcac5 authored by Timothee Besset's avatar Timothee Besset
Browse files

misc

parent a6da98b5
No related branches found
No related tags found
No related merge requests found
...@@ -2054,7 +2054,7 @@ class UpdateTitle(ToolWindow): ...@@ -2054,7 +2054,7 @@ class UpdateTitle(ToolWindow):
self.restart_steam = v self.restart_steam = v
imgui.text('gdbserver:') imgui.text('gdbserver:')
imgui.next_column() imgui.next_column()
clicked, v = imgui.checkbox('Use gdbserver (will wait with no rendering for a remote attach, check documentation)', self.gdbserver) clicked, v = imgui.checkbox('Use gdbserver', self.gdbserver)
imgui.next_column() imgui.next_column()
if clicked: if clicked:
self.gdbserver = v self.gdbserver = v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment