comparison libervia/desktop_kivy/plugins/plugin_wid_file_sharing.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
43 43
44 PLUGIN_INFO = { 44 PLUGIN_INFO = {
45 "name": _("file sharing"), 45 "name": _("file sharing"),
46 "main": "FileSharing", 46 "main": "FileSharing",
47 "description": _("share/transfer files between devices"), 47 "description": _("share/transfer files between devices"),
48 "icon_symbol": "exchange", 48 "icon_symbol": "arrow-right-arrow-left",
49 } 49 }
50 MODE_VIEW = "view" 50 MODE_VIEW = "view"
51 MODE_LOCAL = "local" 51 MODE_LOCAL = "local"
52 SELECT_INSTRUCTIONS = _("Please select entities to share with") 52 SELECT_INSTRUCTIONS = _("Please select entities to share with")
53 53