quickshell: remove file:// prefix from iconPath result
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ae7c6deac9
commit
5a046357b8
1 changed files with 1 additions and 1 deletions
|
|
@ -1505,7 +1505,7 @@ in
|
||||||
property string appIconPath: {
|
property string appIconPath: {
|
||||||
if (appIconName === "") return "";
|
if (appIconName === "") return "";
|
||||||
let p = Quickshell.iconPath(appIconName);
|
let p = Quickshell.iconPath(appIconName);
|
||||||
return p ? "file://" + p : "";
|
return p || "";
|
||||||
}
|
}
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue