Skip to content

Commit

Permalink
fix:open_empty_category change(#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Nov 18, 2024
1 parent 0258c72 commit 1b18565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tkinter_ui/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def update_open_url_info(self):

def update_open_empty_category(self):
config.set(
"Settings", "update_open_empty_category", str(self.open_url_info_var.get())
"Settings", "open_empty_category", str(self.open_empty_category_var.get())
)

def update_ipv_type(self, event):
Expand Down

0 comments on commit 1b18565

Please sign in to comment.