From 83e7507a4a4468f72cde8f7dfcf8b975d40e9a1c Mon Sep 17 00:00:00 2001 From: tf4482 Date: Sat, 30 Mar 2024 12:23:36 +0100 Subject: [PATCH] style: :lipstick: Changed window label --- pytu.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytu.pyw b/pytu.pyw index 87e0c54..3bbebc1 100644 --- a/pytu.pyw +++ b/pytu.pyw @@ -80,7 +80,7 @@ class TunnelManagerUI(QWidget): self.worker.update_signal.connect(self.update_status) self.worker.start() - self.setWindowTitle("Python Tunneler") + self.setWindowTitle("python tunneler") def create_ui(self): self.btn_start_all = QPushButton("Start All", self)