Added title for KOTO_LAN_Control.py

This commit is contained in:
BarsTiger
2021-08-30 15:24:22 +03:00
parent e52c1c0c5b
commit f966967a42

View File

@@ -98,6 +98,7 @@ ui.setupUi(MainWindow)
MainWindow.show()
os.system('cls' if os.name == 'nt' else 'clear')
os.system('title KOTO_LAN_Control')
ui.ON.clicked.connect(on)
ui.OFF.clicked.connect(off)