D19588: [Notifications] Improve finished notification
Anthony Fieroni
noreply at phabricator.kde.org
Thu Mar 7 12:12:21 GMT 2019
anthonyfieroni added inline comments.
INLINE COMMENTS
> Jobs.qml:117-120
> + var displayDestUrl = (destUrl ? destUrl.toString() : "");
> + if (displayDestUrl.indexOf("file:///") === 0) {
> + displayDestUrl = displayDestUrl.substr(7); // length of file://
> + }
displayDestUrl = destUrl.replace(/^(file:\/{2})/, "")
REPOSITORY
R120 Plasma Workspace
REVISION DETAIL
https://phabricator.kde.org/D19588
To: broulik, #plasma, #vdg, dfaure
Cc: anthonyfieroni, rooty, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190307/f123f10c/attachment.html>
More information about the Plasma-devel
mailing list