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:
DynamoFox 2022-08-24 22:07:04 +02:00
parent e70a7bad1a
commit 09641d9465

View File

@ -38,6 +38,10 @@ const TPL = `
pointer-events: none;
}
.update-to-latest-version-button {
display: none;
}
</style>
<button type="button" data-toggle="dropdown" data-placement="right"