From f966967a42e7656d4ea5b303662ad42286a681d9 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Mon, 30 Aug 2021 15:24:22 +0300 Subject: [PATCH] Added title for KOTO_LAN_Control.py --- OfficialProjects/KOTO_LAN_Control/KOTO_LAN_Control.py | 1 + 1 file changed, 1 insertion(+) 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)