full screen
This commit is contained in:
parent
69c5d0282d
commit
d4812e1f83
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue