mirror of
https://github.com/qishibo/AnotherRedisDesktopManager.git
synced 2026-01-18 16:12:43 +00:00
update fix
This commit is contained in:
parent
48404d280c
commit
1b6b477435
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "another-redis-desktop-manager",
|
||||
"version": "1.3.9",
|
||||
"version": "1.4.0",
|
||||
"description": "A faster, better and more stable redis desktop manager.",
|
||||
"author": "qii404.me",
|
||||
"private": true,
|
||||
|
||||
@ -42,7 +42,7 @@ export default {
|
||||
const ignoreUpdateKey = `IgnoreUpdateVersion_${arg.version}`;
|
||||
// version ignored
|
||||
if (!this.manual && localStorage[ignoreUpdateKey]) {
|
||||
return;
|
||||
return this.resetDownloadProcess();
|
||||
}
|
||||
|
||||
this.$confirm(arg.releaseNotes, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user