mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
use trilium version number in asset paths to avoid caching issues WIP
This commit is contained in:
@@ -16,7 +16,7 @@ const TPL = `
|
||||
}
|
||||
|
||||
.global-menu-button {
|
||||
background-image: url("images/icon-black.png");
|
||||
background-image: url("${window.glob.assetPath}/images/icon-black.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 45%;
|
||||
width: 100%;
|
||||
@@ -26,7 +26,7 @@ const TPL = `
|
||||
}
|
||||
|
||||
.global-menu-button:hover {
|
||||
background-image: url("images/icon-color.png");
|
||||
background-image: url("${window.glob.assetPath}/images/icon-color.png");
|
||||
}
|
||||
|
||||
.global-menu-button-update-available {
|
||||
|
||||
Reference in New Issue
Block a user