Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
@@ -44,7 +44,7 @@ Item {
|
||||
for (var i = 0; i < data.length; i++) {
|
||||
var client = data[i]
|
||||
var wid = client.workspace.id
|
||||
var icon = root.matchIcon(client.initialTitle) || root.matchIcon(client.initialClass)
|
||||
var icon = root.matchIcon(client.initialTitle) || root.matchIcon(client.initialClass) || "\"" + client.initialTitle + "\""
|
||||
if (icon) {
|
||||
if (!newIcons[wid]) newIcons[wid] = []
|
||||
newIcons[wid].push(icon)
|
||||
@@ -136,6 +136,7 @@ Item {
|
||||
"*qbittorrent*": "",
|
||||
"xilinx*": "",
|
||||
"vsim": "",
|
||||
"*ivado*": "",
|
||||
"*boxbuddy*": "",
|
||||
"fladder": "",
|
||||
"crunchyroll": "",
|
||||
|
||||
Reference in New Issue
Block a user