Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: ふぁ <yuki@yuki0311.com>
  • Loading branch information
fa0311 committed Aug 24, 2023
1 parent 46cdad7 commit 50d1887
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DMMGamePlayerFastLauncher/component/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,11 @@ def __init__(self, master: Misc, now: int = 0, max: int = 1):
super().__init__(master)
self.geometry("300x100")
self.progress = CTkProgressBar(self, width=300)

self.deiconify()
self.lift()
self.focus_force()

self.now = now
self.max = max

Expand Down
1 change: 1 addition & 0 deletions DMMGamePlayerFastLauncher/lib/toast.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def __init__(self, master, text: str, trace: str, quit: bool = False):
self.text = text
self.trace = trace
self.geometry("600x300")
self.deiconify()
self.lift()
self.focus_force()

Expand Down

0 comments on commit 50d1887

Please sign in to comment.