Remove debug messaging when getting application icon
This commit is contained in:
parent
4fff592a70
commit
157d617ffd
@ -140,12 +140,10 @@ func setApplicationWindowIcon (window tomo.Window, description ApplicationDescri
|
|||||||
}
|
}
|
||||||
|
|
||||||
if sizes := allSizes(tomo.Icon(description.ID)); len(sizes) > 0 {
|
if sizes := allSizes(tomo.Icon(description.ID)); len(sizes) > 0 {
|
||||||
println("direct icon worked", tomo.Icon(description.ID))
|
|
||||||
window.SetIcon(sizes...)
|
window.SetIcon(sizes...)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if sizes := allSizes(description.Role.Icon()); len(sizes) > 0 {
|
if sizes := allSizes(description.Role.Icon()); len(sizes) > 0 {
|
||||||
println("role icon worked", description.Role.Icon())
|
|
||||||
window.SetIcon(sizes...)
|
window.SetIcon(sizes...)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user