Skip to content

Commit

Permalink
Update Teams.ahk
Browse files Browse the repository at this point in the history
Fix Teams_MeetingShare Sharing Control Bar hide
  • Loading branch information
Thierry Dalon committed Nov 10, 2023
1 parent 9c58750 commit 40da3f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/Teams.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -2270,6 +2270,7 @@ Teams_MeetingShare(ShareMode := 2){
; Hide Sharing Control Bar
Name := Teams_GetLangName("SharingControlBar","Sharing control bar",Lang)
If !(Name="") {
TeamsExe := Teams_GetExeName()
wTitle = %Name% ahk_exe %TeamsExe%
WinWait, %wTitle%,,2
Teams_SharingControlBar("-")
Expand Down

0 comments on commit 40da3f9

Please sign in to comment.