comparison libervia/desktop_kivy/plugins/plugin_wid_remote.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
42 42
43 PLUGIN_INFO = { 43 PLUGIN_INFO = {
44 "name": _("remote control"), 44 "name": _("remote control"),
45 "main": "RemoteControl", 45 "main": "RemoteControl",
46 "description": _("universal remote control"), 46 "description": _("universal remote control"),
47 "icon_symbol": "signal", 47 "icon_symbol": "wifi",
48 } 48 }
49 49
50 NOTE_TITLE = _("Media Player Remote Control") 50 NOTE_TITLE = _("Media Player Remote Control")
51 51
52 52