diff --git a/src/bitmessagekivy/main.kv b/src/bitmessagekivy/main.kv index 23fe3cd3..a6703326 100644 --- a/src/bitmessagekivy/main.kv +++ b/src/bitmessagekivy/main.kv @@ -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 diff --git a/src/bitmessagekivy/mpybit.py b/src/bitmessagekivy/mpybit.py index 880d0faa..29e637a4 100644 --- a/src/bitmessagekivy/mpybit.py +++ b/src/bitmessagekivy/mpybit.py @@ -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):