Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
2a8aea22 by wurstsalat at 2021-12-10T09:49:59+01:00
Windows installer: Improve UX

- - - - -


1 changed file:

- win/misc/gajim.nsi


Changes:

=====================================
win/misc/gajim.nsi
=====================================
@@ -249,9 +249,13 @@ SectionEnd
 
 ; Installer
 Function StartUpgrade
-       ; Disable 'Upgrade' button to avoid further clicks
+       ; Disable 'Upgrade', 'Cancel', and 'Back' buttons to avoid further 
clicks
        GetDlgItem $1 $HWNDPARENT 1
        EnableWindow $1 0
+       GetDlgItem $2 $HWNDPARENT 2
+       EnableWindow $2 0
+       GetDlgItem $3 $HWNDPARENT 3
+       EnableWindow $3 0
 
        ; Hint: Gajim setup should not be named gajim.exe
        ExecWait "TaskKill /IM gajim.exe /F"



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/2a8aea2201dd2c7a3b583a7d47a3c094b9012e30

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/2a8aea2201dd2c7a3b583a7d47a3c094b9012e30
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to