mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #1982 from keepassxreboot/fix/check_for_updates_button
Fix Check for updates button response
This commit is contained in:
commit
6b0529ec30
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ kpxcEvent.onGetKeePassXCVersions = async function(tab) {
|
|||
|
||||
kpxcEvent.onCheckUpdateKeePassXC = async function() {
|
||||
keepass.checkForNewKeePassXCVersion();
|
||||
return { current: keepass.currentKeePassXC.version, latest: keepass.latestKeePassXC.version };
|
||||
return { current: keepass.currentKeePassXC, latest: keepass.latestKeePassXC.version };
|
||||
};
|
||||
|
||||
kpxcEvent.onUpdateAvailableKeePassXC = async function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue