From a0cc31ff581fb33c679b2016d2d00d4d86cb7031 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 24 May 2025 16:31:23 +0800 Subject: refactor: path utils --- modules/dashboard/dash/User.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/dashboard') diff --git a/modules/dashboard/dash/User.qml b/modules/dashboard/dash/User.qml index 700216f..a36536f 100644 --- a/modules/dashboard/dash/User.qml +++ b/modules/dashboard/dash/User.qml @@ -6,7 +6,6 @@ import Quickshell import Quickshell.Io import Quickshell.Widgets import QtQuick -import Qt.labs.platform Row { id: root @@ -31,7 +30,7 @@ Row { CachingImage { anchors.fill: parent - path: `${StandardPaths.standardLocations(StandardPaths.HomeLocation)[0]}/.face` + path: `${Paths.home}/.face` } Behavior on color { -- cgit v1.2.3-freya