Change title to connected device

This commit is contained in:
Christoffer Martinsson 2025-04-13 18:11:05 +02:00
parent 535435fb72
commit 2ffb2acc98

View File

@ -132,7 +132,7 @@ def fetch_device_info():
app.after(100, fetch_device_info)
app = tk.Tk()
app.title("OWON SPM6103")
app.title(get_id().replace(","," "))
# Load and apply the saved geometry (size + position)
app.geometry(load_window_geometry())
app.configure(bg="black")