Untitled

 avatar
unknown
plain_text
5 months ago
205 B
3
Indexable
    wifi_screen = WiFiScreen(
        self.parent,
        self.dark_mode,
        self.winfo_toplevel().LANGUAGE
    )
    wifi_screen.place(x=0, y=0, relwidth=1, relheight=1)
    wifi_screen.lift()
Editor is loading...
Leave a Comment