mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 07:22:50 -05:00
use Paths.strip helper everywhere for consistency sake
This commit is contained in:
@@ -362,10 +362,7 @@ Singleton {
|
||||
if (!image) {
|
||||
return ""
|
||||
}
|
||||
if (image.startsWith("file://")) {
|
||||
return image.substring(7)
|
||||
}
|
||||
return image
|
||||
return Paths.strip(image)
|
||||
}
|
||||
readonly property int urgency: notification.urgency
|
||||
readonly property list<NotificationAction> actions: notification.actions
|
||||
|
||||
Reference in New Issue
Block a user