mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Shaders: path from root for easier maintenance + cleanup fallback icons
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ Text {
|
||||
property string icon: defaultIcon
|
||||
|
||||
text: {
|
||||
if (Bootstrap.icons[icon] === undefined) {
|
||||
if (icon === undefined || Bootstrap.icons[icon] === undefined) {
|
||||
Logger.warn("Icon", `"${icon}"`, "doesn't exist in the bootstrap font")
|
||||
Logger.callStack()
|
||||
return Bootstrap.icons[defaultIcon]
|
||||
|
||||
Reference in New Issue
Block a user