[+] Implement show updates command
This commit is contained in:
@@ -153,6 +153,11 @@ export default class Navigation extends Vue
|
|||||||
|
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
case 'updates':
|
||||||
|
{
|
||||||
|
this.app.showUpdates()
|
||||||
|
break
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user