Skip to content

Commit

Permalink
forgot to set variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadangdut33 committed Jan 9, 2023
1 parent 1bb65b4 commit c0fcddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion speech_translate/components/Detached.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ def show(self):
self.root.wm_deiconify()
self.root.attributes("-alpha", 1)
if platform.system() == "Windows":
self.root.attributes("-transparentcolor", "")
self.clickThrough.set(0)
self.root.wm_attributes("-transparentcolor", "")

def on_closing(self):
self.root.wm_withdraw()
Expand Down

0 comments on commit c0fcddc

Please sign in to comment.