diff --git a/OfficialProjects/KOTO_LAN_Control/KOTO_LAN_Control.py b/OfficialProjects/KOTO_LAN_Control/KOTO_LAN_Control.py index 49b2e06..3356b51 100644 --- a/OfficialProjects/KOTO_LAN_Control/KOTO_LAN_Control.py +++ b/OfficialProjects/KOTO_LAN_Control/KOTO_LAN_Control.py @@ -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)