mirror of
https://github.com/alantang1977/JunTV.git
synced 2024-12-05 04:43:12 +02:00
fix:open_empty_category change(#564)
This commit is contained in:
parent
590530d0f0
commit
390bf91f68
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ class DefaultUI:
|
|||
|
||||
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):
|
||||
|
|
Loading…
Reference in a new issue