Replace MDToolbar with MDTopAppBar in main.kv

This commit is contained in:
shekhar-cis 2022-09-07 19:22:23 +05:30
parent 308c578c9f
commit 519a29c7a5
Signed by untrusted user: shekhar-cis
GPG Key ID: F4F00AB04E83F9A7

View File

@ -201,7 +201,7 @@
MDNavigationLayout:
id: nav_layout
MDToolbar:
MDTopAppBar:
id: toolbar
title: app.current_address_label()
opacity: 1 if app.addressexist() else 0