chore(conductor): Mark track 'fix_imgui_keys_down_20260601' as complete
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user