Go to download page when automatic update fails (#871)

* add preference to set a custom update url

* go to download page when update fails

* fix i18n check
This commit is contained in:
Alberto Iannaccone
2022-03-01 08:24:29 +00:00
committed by GitHub
parent 2a27a14a68
commit a5a6a0b611
5 changed files with 160 additions and 89 deletions

View File

@@ -62,6 +62,17 @@
margin-top: 28px;
}
.ide-updater-dialog .buttons-container a.theia-button {
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
}
.ide-updater-dialog .buttons-container a.theia-button:hover {
color: var(--theia-button-foreground);
}
.ide-updater-dialog .buttons-container .push {
margin-right: auto;
}