Merge pull request #3088 from DynamoFox/fix-update-button-if-update-checking-is-disabled

Fix the update to latest version button in the dropdown menu if update checking is disabled
This commit is contained in:
zadam 2022-08-24 23:24:19 +02:00 committed by GitHub
commit bf6d79f4ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"