Change title to connected device
This commit is contained in:
parent
535435fb72
commit
2ffb2acc98
@ -132,7 +132,7 @@ def fetch_device_info():
|
|||||||
app.after(100, fetch_device_info)
|
app.after(100, fetch_device_info)
|
||||||
|
|
||||||
app = tk.Tk()
|
app = tk.Tk()
|
||||||
app.title("OWON SPM6103")
|
app.title(get_id().replace(","," "))
|
||||||
# Load and apply the saved geometry (size + position)
|
# Load and apply the saved geometry (size + position)
|
||||||
app.geometry(load_window_geometry())
|
app.geometry(load_window_geometry())
|
||||||
app.configure(bg="black")
|
app.configure(bg="black")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user