Kivy - General fixes/improvements #2281

Open
PeterSurda wants to merge 5 commits from gitea-115 into v0.6
Showing only changes of commit f53d4aa7d0 - Show all commits

View File

@ -484,7 +484,6 @@ class NavigateApp(MDApp):
def copy_composer_text(self, text): def copy_composer_text(self, text):
"""Copy text to clipboard""" """Copy text to clipboard"""
Clipboard.copy(text) Clipboard.copy(text)
toast("Copied to clipboard")
class PaymentMethodLayout(BoxLayout): class PaymentMethodLayout(BoxLayout):