checkpoint: fixing ux with window frame bar

This commit is contained in:
2026-03-13 13:13:35 -04:00
parent c76aba64e4
commit ca01397885
9 changed files with 226 additions and 89 deletions

9
check_hello_imgui.py Normal file
View File

@@ -0,0 +1,9 @@
import sys
import os
try:
from imgui_bundle import hello_imgui
rp = hello_imgui.RunnerParams()
print(f"Default borderless: {rp.app_window_params.borderless}")
except Exception as e:
print(f"Error: {e}")