Mercurial > libervia-desktop-kivy
diff 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 |
line wrap: on
line diff
--- a/libervia/desktop_kivy/plugins/plugin_wid_file_sharing.py Sat Jul 13 13:08:13 2024 +0200 +++ b/libervia/desktop_kivy/plugins/plugin_wid_file_sharing.py Sat Oct 26 22:44:37 2024 +0200 @@ -45,7 +45,7 @@ "name": _("file sharing"), "main": "FileSharing", "description": _("share/transfer files between devices"), - "icon_symbol": "exchange", + "icon_symbol": "arrow-right-arrow-left", } MODE_VIEW = "view" MODE_LOCAL = "local"