v0.3.0, item updater (exp), steam to boiii items mover
This commit is contained in:
parent
0f93515fcc
commit
cc7fd64afd
@ -984,6 +984,8 @@ class LibraryTab(ctk.CTkScrollableFrame):
|
|||||||
else:
|
else:
|
||||||
return
|
return
|
||||||
app.after(0, main_thread)
|
app.after(0, main_thread)
|
||||||
|
self.update_button.configure(state="normal", width=65, height=20)
|
||||||
|
self.update_tooltip.configure(message='Check items for updates')
|
||||||
return
|
return
|
||||||
|
|
||||||
def check_items_func(self, on_launch):
|
def check_items_func(self, on_launch):
|
||||||
@ -1032,7 +1034,6 @@ class LibraryTab(ctk.CTkScrollableFrame):
|
|||||||
to_update_len = len(self.to_update)
|
to_update_len = len(self.to_update)
|
||||||
if to_update_len > 0:
|
if to_update_len > 0:
|
||||||
self.items_update_message(to_update_len)
|
self.items_update_message(to_update_len)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
self.update_button.configure(state="normal", width=65, height=20)
|
self.update_button.configure(state="normal", width=65, height=20)
|
||||||
self.update_tooltip.configure(message='Check items for updates')
|
self.update_tooltip.configure(message='Check items for updates')
|
||||||
|
BIN
dist/BOIIIWD.exe
vendored
BIN
dist/BOIIIWD.exe
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user