Mirvis
Results
1
comments of
Mirvis
Same problem =) Python 3.12.2 Flet 0.22.1 Windows 11 Pro 24H2 and even with this code, the window is visible) ```python import flet as ft def main(page: ft.Page): page.add(ft.Text("hello world"))...