Change "go to homeserver address" icon
This commit is contained in:
parent
d945bed0a3
commit
007a11b4aa
|
@ -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
|
||||
|
|
3
src/icons/thin/server-connect-to-address.svg
Normal file
3
src/icons/thin/server-connect-to-address.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m13.025 1-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 198 B |
Loading…
Reference in New Issue
Block a user