Comment unmerged screens in main.kv
This commit is contained in:
parent
519a29c7a5
commit
19d5556f66
|
@ -216,36 +216,36 @@ MDNavigationLayout:
|
||||||
id: scr_mngr
|
id: scr_mngr
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
height: root.height - toolbar.height
|
height: root.height - toolbar.height
|
||||||
Inbox:
|
# Inbox:
|
||||||
id:sc1
|
# id:sc1
|
||||||
Create:
|
# Create:
|
||||||
id:sc3
|
# id:sc3
|
||||||
Sent:
|
# Sent:
|
||||||
id:sc4
|
# id:sc4
|
||||||
Trash:
|
# Trash:
|
||||||
id:sc5
|
# id:sc5
|
||||||
Login:
|
Login:
|
||||||
id:sc6
|
id:sc6
|
||||||
Random:
|
Random:
|
||||||
id:id_newidentity
|
id:id_newidentity
|
||||||
Setting:
|
# Setting:
|
||||||
id:sc9
|
# id:sc9
|
||||||
MyAddress:
|
# MyAddress:
|
||||||
id:id_myaddress
|
# id:id_myaddress
|
||||||
AddressBook:
|
AddressBook:
|
||||||
id:id_addressbook
|
id:id_addressbook
|
||||||
Payment:
|
Payment:
|
||||||
id:id_payment
|
id:id_payment
|
||||||
NetworkStat:
|
# NetworkStat:
|
||||||
id:id_network
|
# id:id_network
|
||||||
MailDetail:
|
MailDetail:
|
||||||
id:sc14
|
id:sc14
|
||||||
ShowQRCode:
|
ShowQRCode:
|
||||||
id:id_showqrcode
|
id:id_showqrcode
|
||||||
Draft:
|
# Draft:
|
||||||
id:sc16
|
# id:sc16
|
||||||
Allmails:
|
# Allmails:
|
||||||
id:sc17
|
# id:sc17
|
||||||
ScanScreen:
|
ScanScreen:
|
||||||
id:is_scanscreen
|
id:is_scanscreen
|
||||||
|
|
||||||
|
|
|
@ -83,6 +83,7 @@ class NavigateApp(MDApp):
|
||||||
title = "PyBitmessage"
|
title = "PyBitmessage"
|
||||||
identity_list = get_identity_list()
|
identity_list = get_identity_list()
|
||||||
image_path = load_image_path()
|
image_path = load_image_path()
|
||||||
|
app_platform = platform
|
||||||
tr = Lang("en") # for changing in franch replace en with fr
|
tr = Lang("en") # for changing in franch replace en with fr
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Reference in New Issue
Block a user