meow meow

This commit is contained in:
2025-07-31 09:50:48 +01:00
parent 92636a2dde
commit bc41761cd1
2 changed files with 3 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ RowLayout {
Text {
id: icon
color: "white"
font.family: "HeavyData Nerd Font"
font.pointSize: 13
// long-ass oneliner for "if there is no class icon, go to fallback"
text: (Common.Icons.appIcons[(modelData.lastIpcObject.class)] != undefined ) ? Common.Icons.appIcons[(modelData.lastIpcObject.class)] : Common.Icons.appIcons["fallback"]