Park elevation properties for now

This commit is contained in:
Mark Qvist 2022-10-03 00:56:39 +02:00
parent 8aeb643b81
commit 25878a7405
4 changed files with 13 additions and 13 deletions

View file

@ -73,7 +73,7 @@ class Announces():
dialog = MDDialog(
text=ad_text,
buttons=[ yes_button ],
elevation=0,
# elevation=0,
)
def dl_yes(s):
dialog.dismiss()
@ -112,7 +112,7 @@ class Announces():
dialog = MDDialog(
text="Delete announce?",
buttons=[ yes_button, no_button ],
elevation=0,
# elevation=0,
)
def dl_yes(s):
dialog.dismiss()