INNER CODE UNIT · Python
reveal
cunarist/solie · package/solie/window/main.py:565
def reveal(self) -> None:
"""Show window and enable closing confirmation."""
self.should_confirm_closing = True
self._splash_screen.hide()
self.board.show()
self.gauge.show()