full screen

master
Sebastien Bourdeauducq 2020-08-11 15:13:08 +08:00
parent 69c5d0282d
commit d4812e1f83
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ def main():
loop.run_until_complete(ipc.connect())
try:
main_window = MainWindow(freq_sample, freq_base, block_size)
main_window.show()
main_window.showFullScreen()
ipc.set_close_cb(main_window.close)
asyncio.ensure_future(ipc.listen(main_window))
loop.run_forever()