mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
IconImage: They have to be asynchronous or the may crash QS on startup. TaskBar was crashing very often during development.
This commit is contained in:
@@ -51,5 +51,6 @@ NIconButton {
|
||||
source: useDistroLogo ? DistroLogoService.osLogo : ""
|
||||
visible: useDistroLogo && source !== ""
|
||||
smooth: true
|
||||
asynchronous: true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -58,6 +58,7 @@ Rectangle {
|
||||
height: Style.marginL * root.scaling
|
||||
source: AppIcons.iconForAppId(taskbarItem.modelData.appId)
|
||||
smooth: true
|
||||
asynchronous: true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user