fix bug
This commit is contained in:
@@ -1233,7 +1233,7 @@ class App:
|
|||||||
def _render_persona_editor_modal(self) -> None:
|
def _render_persona_editor_modal(self) -> None:
|
||||||
if not self.show_persona_editor_modal: return
|
if not self.show_persona_editor_modal: return
|
||||||
imgui.open_popup("Persona Editor")
|
imgui.open_popup("Persona Editor")
|
||||||
imgui.set_next_window_size(imgui.ImVec2(800, 600), imgui.ImGuiCond_FirstUseEver)
|
imgui.set_next_window_size(imgui.ImVec2(800, 600), imgui.Cond_.first_use_ever)
|
||||||
opened, self.show_persona_editor_modal = imgui.begin_popup_modal("Persona Editor", self.show_persona_editor_modal)
|
opened, self.show_persona_editor_modal = imgui.begin_popup_modal("Persona Editor", self.show_persona_editor_modal)
|
||||||
if opened:
|
if opened:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user