mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
svgs for fusion progress dialog
This commit is contained in:
parent
8f629426db
commit
0ef9759434
2 changed files with 6 additions and 0 deletions
|
@ -92,6 +92,9 @@ class _SVG {
|
||||||
|
|
||||||
final coinControl = const _COIN_CONTROL();
|
final coinControl = const _COIN_CONTROL();
|
||||||
|
|
||||||
|
String get peers => "assets/svg/peers.svg";
|
||||||
|
String get fusing => "assets/svg/fusing.svg";
|
||||||
|
String get upFromLine => "assets/svg/up-from-line.svg";
|
||||||
String get connectedButton => "assets/svg/connected-button.svg";
|
String get connectedButton => "assets/svg/connected-button.svg";
|
||||||
String get connectingButton => "assets/svg/connecting-button.svg";
|
String get connectingButton => "assets/svg/connecting-button.svg";
|
||||||
String get disconnectedButton => "assets/svg/disconnected-button.svg";
|
String get disconnectedButton => "assets/svg/disconnected-button.svg";
|
||||||
|
|
|
@ -362,6 +362,9 @@ flutter:
|
||||||
- assets/svg/connected-button.svg
|
- assets/svg/connected-button.svg
|
||||||
- assets/svg/connecting-button.svg
|
- assets/svg/connecting-button.svg
|
||||||
- assets/svg/disconnected-button.svg
|
- assets/svg/disconnected-button.svg
|
||||||
|
- assets/svg/up-from-line.svg
|
||||||
|
- assets/svg/peers.svg
|
||||||
|
- assets/svg/fusing.svg
|
||||||
|
|
||||||
# coin control icons
|
# coin control icons
|
||||||
- assets/svg/coin_control/
|
- assets/svg/coin_control/
|
||||||
|
|
Loading…
Reference in a new issue