diff libervia/desktop_kivy/core/common_widgets.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/core/common_widgets.py	Sat Jul 13 13:08:13 2024 +0200
+++ b/libervia/desktop_kivy/core/common_widgets.py	Sat Oct 26 22:44:37 2024 +0200
@@ -111,15 +111,15 @@
 
     def get_symbol(self):
         if self.identities.type == 'desktop':
-            return 'desktop'
+            return 'display'
         elif self.identities.type == 'phone':
-            return 'mobile'
+            return 'mobile-screen-button'
         elif self.identities.type == 'web':
             return 'globe'
         elif self.identities.type == 'console':
             return 'terminal'
         else:
-            return 'desktop'
+            return 'display'
 
     def do_item_action(self, touch):
         pass