Private
Public Access
0
0

chore(conductor): Mark track 'fix_imgui_keys_down_20260601' as complete

This commit is contained in:
2026-06-01 17:56:24 -04:00
parent 2d035c1fda
commit 8f5565ed04
4 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -692,7 +692,7 @@ class App:
def _gui_func(self) -> None:
io = imgui.get_io()
if io.key_ctrl and io.key_alt and io.keys_down[ord('R')]:
if io.key_ctrl and io.key_alt and imgui.is_key_down(imgui.Key.r):
self._trigger_hot_reload()
render_custom_title_bar(self)