[+] Implement show updates command

This commit is contained in:
Hykilpikonna
2020-04-29 11:35:14 -04:00
parent c587cf7953
commit 1796bf8fb8
+5
View File
@@ -153,6 +153,11 @@ export default class Navigation extends Vue
break
}
case 'updates':
{
this.app.showUpdates()
break
}
}
}