comparison libervia/desktop_kivy/core/share_widget.py @ 518:196483685a63 default tip

Use Font-Awesome instead of Fontello, following change in Libervia Media.
author Goffi <goffi@goffi.org>
date Sat, 26 Oct 2024 22:44:37 +0200
parents b3cedbee561d
children
comparison
equal deleted inserted replaced
517:f316c7f19909 518:196483685a63
35 35
36 PLUGIN_INFO = { 36 PLUGIN_INFO = {
37 "name": _("share"), 37 "name": _("share"),
38 "main": "Share", 38 "main": "Share",
39 "description": _("share a file"), 39 "description": _("share a file"),
40 "icon_symbol": "share", 40 "icon_symbol": "share-nodes",
41 } 41 }
42 42
43 43
44 class TextPreview(BoxLayout): 44 class TextPreview(BoxLayout):
45 """Widget previewing shared text""" 45 """Widget previewing shared text"""