mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Fix the update to latest version button in the dropdown menu, now it doesn't appear at all if update checking was disabled
This commit is contained in:
parent
e70a7bad1a
commit
09641d9465
@ -38,6 +38,10 @@ const TPL = `
|
|||||||
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.update-to-latest-version-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<button type="button" data-toggle="dropdown" data-placement="right"
|
<button type="button" data-toggle="dropdown" data-placement="right"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user