|
|
@ -1028,7 +1028,7 @@ class ElectrumWindow(App, Logger): |
|
|
|
self.qr_dialog(label.name, label.data, show_text_with_qr) |
|
|
|
|
|
|
|
def show_error(self, error, width='200dp', pos=None, arrow_pos=None, |
|
|
|
exit=False, icon=f'atlas://{KIVY_GUI_PATH}/theming/light/error', duration=0, |
|
|
|
exit=False, icon=f'atlas://{KIVY_GUI_PATH}/theming/atlas/light/error', duration=0, |
|
|
|
modal=False): |
|
|
|
''' Show an error Message Bubble. |
|
|
|
''' |
|
|
@ -1040,7 +1040,7 @@ class ElectrumWindow(App, Logger): |
|
|
|
exit=False, duration=0, modal=False): |
|
|
|
''' Show an Info Message Bubble. |
|
|
|
''' |
|
|
|
self.show_error(error, icon=f'atlas://{KIVY_GUI_PATH}/theming/light/important', |
|
|
|
self.show_error(error, icon=f'atlas://{KIVY_GUI_PATH}/theming/atlas/light/important', |
|
|
|
duration=duration, modal=modal, exit=exit, pos=pos, |
|
|
|
arrow_pos=arrow_pos) |
|
|
|
|
|
|
@ -1081,7 +1081,7 @@ class ElectrumWindow(App, Logger): |
|
|
|
info_bubble.show_arrow = False |
|
|
|
img.allow_stretch = True |
|
|
|
info_bubble.dim_background = True |
|
|
|
info_bubble.background_image = f'atlas://{KIVY_GUI_PATH}/theming/light/card' |
|
|
|
info_bubble.background_image = f'atlas://{KIVY_GUI_PATH}/theming/atlas/light/card' |
|
|
|
else: |
|
|
|
info_bubble.fs = False |
|
|
|
info_bubble.icon = icon |
|
|
|