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 the update dialog show up at startup closing it will update the application instead of postponing
Steps to reproduce
use an old version
the update dialog show up
close the dialog
Actual result:
The update is executed
Expected result:
The update should be postponed
Platform info
Signal version: 1.16.3
Operating System:
Windows 10 1803 x64
The text was updated successfully, but these errors were encountered:
MonoS
changed the title
Closing update dialog force update instead of postponing update
Closing update dialog force update instead of postponing it
Oct 25, 2018
According to the dialog.showMessageBox documentation, cancelId is "The index of the button to be used to cancel the dialog, via the Esc key." This is the equivalent of clicking the close button (X).
Restarting Signal and applying the update is not cancelling, and is not the behavior people expect when clicking close or pressing Esc on the update dialog.
Bug description
When the update dialog show up at startup closing it will update the application instead of postponing
Steps to reproduce
Actual result:
The update is executed
Expected result:
The update should be postponed
Platform info
Signal version: 1.16.3
Operating System:
Windows 10 1803 x64
The text was updated successfully, but these errors were encountered: