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