meow meow
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user