Change "go to homeserver address" icon

This commit is contained in:
miruka
2020-08-19 07:30:30 -04:00
parent d945bed0a3
commit 007a11b4aa
2 changed files with 4 additions and 1 deletions

View File

@@ -158,7 +158,7 @@ HBox {
HButton {
id: apply
enabled: field.cleanText && ! field.error
icon.name: "apply"
icon.name: "server-connect-to-address"
icon.color: theme.colors.positiveBackground
loading: box.connectFuture !== null
disableWhileLoading: false