Skip to content

Commit

Permalink
Changing theme no longer wipes api_key
Browse files Browse the repository at this point in the history
  • Loading branch information
dbob16 committed Oct 12, 2024
1 parent 8baeaab commit e7259af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ def cmd_settings_window():
v_base_url = ttk.StringVar(window)
v_base_url.set(server["BASE_URL"])
v_api = ttk.StringVar(window)
if api_key:
v_api.set(api_key)
v_api_name = ttk.StringVar(window)
v_api_sts = ttk.StringVar(window)

Expand Down

0 comments on commit e7259af

Please sign in to comment.