Update application title to reflect project name

- Change window title from "Serial Device Manager" to "ComConfigCopy"
This commit is contained in:
2025-02-16 03:53:21 +03:00
parent 136c7877d3
commit d937042ea2

View File

@@ -541,7 +541,7 @@ class SettingsWindow(tk.Toplevel):
class SerialAppGUI(tk.Tk):
def __init__(self, settings):
super().__init__()
self.title("Serial Device Manager")
self.title("ComConfigCopy")
self.geometry("900x700")
self.style = ttk.Style(self)
self.style.theme_use("clam")