Resolve conflicts
This commit is contained in:
parent
8448e93709
commit
e365144109
|
@ -44,7 +44,7 @@ data_screens = {
|
||||||
|
|
||||||
def load_image_path():
|
def load_image_path():
|
||||||
"""Return the path of kivy images"""
|
"""Return the path of kivy images"""
|
||||||
image_path = os.path.abspath(os.path.join('images', 'kivy'))
|
image_path = os.path.abspath(os.path.join('pybitmessage', 'images', 'kivy'))
|
||||||
return image_path
|
return image_path
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -216,6 +216,8 @@ MDNavigationLayout:
|
||||||
id:id_myaddress
|
id:id_myaddress
|
||||||
ScanScreen:
|
ScanScreen:
|
||||||
id:id_scanscreen
|
id:id_scanscreen
|
||||||
|
Payment:
|
||||||
|
id:id_payment
|
||||||
MDNavigationDrawer:
|
MDNavigationDrawer:
|
||||||
id: nav_drawer
|
id: nav_drawer
|
||||||
|
|
||||||
|
|
|
@ -11,5 +11,10 @@
|
||||||
"Scanner": {
|
"Scanner": {
|
||||||
"kv_string": "scan_screen",
|
"kv_string": "scan_screen",
|
||||||
"Import": "from pybitmessage.bitmessagekivy.baseclass.scan_screen import ScanScreen"
|
"Import": "from pybitmessage.bitmessagekivy.baseclass.scan_screen import ScanScreen"
|
||||||
|
},
|
||||||
|
"Payment": {
|
||||||
|
"kv_string": "payment",
|
||||||
|
"name_screen": "payment",
|
||||||
|
"Import": "from pybitmessage.bitmessagekivy.baseclass.payment import Payment"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue
Block a user