mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-28 23:42:51 -05:00
Dropbox icon workaround
This commit is contained in:
@@ -66,7 +66,10 @@ Rectangle {
|
|||||||
|
|
||||||
const name = split[0];
|
const name = split[0];
|
||||||
const path = split[1];
|
const path = split[1];
|
||||||
const fileName = name.substring(name.lastIndexOf("/") + 1);
|
let fileName = name.substring(name.lastIndexOf("/") + 1);
|
||||||
|
if (fileName.startsWith("dropboxstatus")) {
|
||||||
|
fileName = `hicolor/16x16/status/${fileName}`;
|
||||||
|
}
|
||||||
return `file://${path}/${fileName}`;
|
return `file://${path}/${fileName}`;
|
||||||
}
|
}
|
||||||
if (icon.startsWith("/") && !icon.startsWith("file://")) {
|
if (icon.startsWith("/") && !icon.startsWith("file://")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user