Comment unmerged screens in main.kv

This commit is contained in:
shekhar-cis 2022-09-07 19:28:23 +05:30
parent 519a29c7a5
commit 19d5556f66
Signed by untrusted user: shekhar-cis
GPG Key ID: F4F00AB04E83F9A7
2 changed files with 19 additions and 18 deletions

View File

@ -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

View File

@ -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):