mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Fix Check for updates button response
This commit is contained in:
parent
88db011cc9
commit
079f689e8d
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