You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we ask whether the user is ready to install an update, we use a
graphical popup. So far, we used `git gui--askyesno`, which was
convenient because it was small, and we ship with Tcl/Tk anyway.
However, that GUI helper is not nice to screen readers, making it
inaccessible.
We just introduced a drop-in replacement that is accessible, let's use
that one instead.
This fixesgit-for-windows/git#2099
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments