File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ ElDialog {
6363 Layout .preferredHeight : constants .iconSizeSmall
6464 source: swaphelper .isReverse
6565 ? ' ../../icons/lightning.png'
66- : ' ../../icons/bitcoin .png'
66+ : ' ../../icons/fact0rn .png'
6767 }
6868 }
6969
@@ -94,7 +94,7 @@ ElDialog {
9494 Layout .preferredWidth : constants .iconSizeSmall
9595 Layout .preferredHeight : constants .iconSizeSmall
9696 source: swaphelper .isReverse
97- ? ' ../../icons/bitcoin .png'
97+ ? ' ../../icons/fact0rn .png'
9898 : ' ../../icons/lightning.png'
9999 }
100100 }
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Item {
103103 Image {
104104 Layout .preferredWidth : constants .iconSizeSmall
105105 Layout .preferredHeight : constants .iconSizeSmall
106- source: ' ../../../icons/bitcoin .png'
106+ source: ' ../../../icons/fact0rn .png'
107107 }
108108 Label {
109109 text: qsTr (' On-chain' ) + ' :'
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ ItemDelegate {
4141 Layout .preferredHeight : constants .iconSizeLarge
4242 source: model .is_lightning
4343 ? " ../../../icons/lightning.png"
44- : " ../../../icons/bitcoin .png"
44+ : " ../../../icons/fact0rn .png"
4545
4646 Image {
4747 visible: model .onchain_fallback
4848 z: - 1
49- source: " ../../../icons/bitcoin .png"
49+ source: " ../../../icons/fact0rn .png"
5050 anchors {
5151 right: parent .right
5252 bottom: parent .bottom
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ def update(self):
114114 if item .is_lightning ():
115115 icon_name = 'lightning.png'
116116 else :
117- icon_name = 'bitcoin .png'
117+ icon_name = 'fact0rn .png'
118118 if item .bip70 :
119119 icon_name = 'seal.png'
120120 status = self .wallet .get_invoice_status (item )
Original file line number Diff line number Diff line change @@ -203,11 +203,11 @@ def expiry_dialog(self):
203203 def update_view_button (self ):
204204 i = self .config .GUI_QT_RECEIVE_TABS_INDEX
205205 if i == 0 :
206- icon , text = read_QIcon ("bitcoin .png" ), _ ('Address' )
206+ icon , text = read_QIcon ("fact0rn .png" ), _ ('Address' )
207207 elif i == 1 :
208- icon , text = read_QIcon ("bitcoin .png" ), _ ('Address' )
208+ icon , text = read_QIcon ("fact0rn .png" ), _ ('Address' )
209209 elif i == 2 :
210- icon , text = read_QIcon ("bitcoin .png" ), _ ('Address' )
210+ icon , text = read_QIcon ("fact0rn .png" ), _ ('Address' )
211211 self .toggle_view_button .setText (text )
212212 self .toggle_view_button .setIcon (icon )
213213
Original file line number Diff line number Diff line change @@ -219,9 +219,9 @@ def on_recv_edited(self):
219219 def update (self ):
220220 from .util import IconLabel
221221 sm = self .swap_manager
222- send_icon = read_QIcon ("lightning.png" if self .is_reverse else "bitcoin .png" )
222+ send_icon = read_QIcon ("lightning.png" if self .is_reverse else "fact0rn .png" )
223223 self .send_label .setIcon (send_icon )
224- recv_icon = read_QIcon ("lightning.png" if not self .is_reverse else "bitcoin .png" )
224+ recv_icon = read_QIcon ("lightning.png" if not self .is_reverse else "fact0rn .png" )
225225 self .recv_label .setIcon (recv_icon )
226226 self .description_label .setText (self .get_description ())
227227 self .description_label .repaint () # macOS hack for #6269
You can’t perform that action at this time.
0 commit comments