OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/plasma5-workspace?expand=0&rev=24
This commit is contained in:
@@ -18,7 +18,7 @@ index 62c95c7..c8f88de 100644
|
||||
delegate: UserDelegate {
|
||||
- avatarPath: model.icon || ""
|
||||
+ avatarPath: {
|
||||
+ var incompatible = /^\/usr\/share\/sddm\/faces(\/\.face\.icon)|(\/root\.face\.icon)$/
|
||||
+ var incompatible = /\/usr\/share\/sddm\/faces(\/\.face\.icon)|(\/root\.face\.icon)$/
|
||||
+ if (!model.icon || incompatible.test(model.icon))
|
||||
+ return ""
|
||||
+
|
||||
|
Reference in New Issue
Block a user