mirror of
https://github.com/token2/fido2-manage.git
synced 2026-04-09 10:45:39 +00:00
Update window title for macOS version
This commit is contained in:
@@ -883,7 +883,7 @@ read -p "Press Enter to close this window..."
|
|||||||
# Create main application window
|
# Create main application window
|
||||||
root = tk.Tk()
|
root = tk.Tk()
|
||||||
root.geometry("800x600")
|
root.geometry("800x600")
|
||||||
root.title("FIDO2.1 Manager - Python GUI 0.2 - (c) Token2 ")
|
root.title("FIDO2.1 Manager - Python GUI for macOS 0.2.1 - (c) Token2 ")
|
||||||
|
|
||||||
# Create top frame for controls
|
# Create top frame for controls
|
||||||
top_frame = ttk.Frame(root)
|
top_frame = ttk.Frame(root)
|
||||||
|
|||||||
Reference in New Issue
Block a user