Skip to content

Commit

Permalink
fix: 取消讯飞半透明
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Sep 2, 2021
1 parent 5acc662 commit c78ad40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/应用-讯飞输入法语音悬浮窗.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Return
iFlyWnd := WinExist("ahk_class UIIFlyVoiceFrame ahk_exe iFlyVoice.exe" )
If (iFlyWnd){
; WinGet, Transparent, Transparent
WinSet, TransColor, Off, ahk_id %iFlyWnd%
WinSet, TransColor, 0xffffff 150, ahk_id %iFlyWnd%
; WinSet, TransColor, Off, ahk_id %iFlyWnd%
; WinSet, TransColor, 0xffffff 150, ahk_id %iFlyWnd%
; WinSet, Transparent, 200, ahk_id %iFlyWnd%
ControlClick, x20 y20, ahk_id %iFlyWnd%
}Else{
Expand Down

0 comments on commit c78ad40

Please sign in to comment.