Merge pull request #718 from amnezia-vpn/bugfix/cancel-button-on-install-page
fixed display of cancel button on install/uninstall pages
This commit is contained in:
commit
e7bd24f065
5 changed files with 16 additions and 6 deletions
|
@ -49,6 +49,10 @@ PageType {
|
|||
isControlsDisabled = disabled
|
||||
}
|
||||
|
||||
function onDisableTabBar(disabled) {
|
||||
isControlsDisabled = disabled
|
||||
}
|
||||
|
||||
function onEscapePressed() {
|
||||
if (isControlsDisabled) {
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue