summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-09 18:05:23 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-09 18:35:22 +1000
commit717855c62963fcad2f511e180d82add98f4f73e3 (patch)
tree598113a9f7003ff5a0bf78854059f1a31d8feb75 /utils
parentlauncher: allow configuring actions (#558) (diff)
downloadcaelestia-shell-717855c62963fcad2f511e180d82add98f4f73e3.tar.gz
caelestia-shell-717855c62963fcad2f511e180d82add98f4f73e3.tar.bz2
caelestia-shell-717855c62963fcad2f511e180d82add98f4f73e3.zip
internal: use Qt.resolvedUrl
Diffstat (limited to 'utils')
-rw-r--r--utils/SysInfo.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/SysInfo.qml b/utils/SysInfo.qml
index a46bcf4..ab2699d 100644
--- a/utils/SysInfo.qml
+++ b/utils/SysInfo.qml
@@ -11,7 +11,7 @@ Singleton {
property string osPrettyName
property string osId
property list<string> osIdLike
- property string osLogo: `file://${Quickshell.shellDir}/assets/logo.svg`
+ property string osLogo: Qt.resolvedUrl(`${Quickshell.shellDir}/assets/logo.svg`)
property bool isDefaultLogo: true
property string uptime