Skip to content

Commit

Permalink
⚡ Update transition anim
Browse files Browse the repository at this point in the history
  • Loading branch information
john-walks-slow committed Mar 6, 2024
1 parent d300d5f commit 4a7983f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/toggleWnd.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ toggleWnd(id, entry := unset) {
_hide(activatedWnd)
}
try {
(!config["misc"]["transitionAnim"]) && WinActivate(id)
WinShow(id)
(!config["misc"]["transitionAnim"]) && WinActivate(id)
(config["misc"]["transitionAnim"]) && WinActivate(id)
activatedWnd := id
}
Expand Down

0 comments on commit 4a7983f

Please sign in to comment.