Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
refactor: removed software update from the menu as it's not working yet
Browse files Browse the repository at this point in the history
  • Loading branch information
martonborzak committed Jun 4, 2020
1 parent 4e8cbc3 commit 4cb6f8c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ export class Router extends VueRouter {
path: '/settings',
component: SettingsPage
},
{
name: 'menu.softwareUpdate',
path: '/update',
component: SoftwareUpdatePage
},
// {
// name: 'menu.softwareUpdate',
// path: '/update',
// component: SoftwareUpdatePage
// },
{
name: 'menu.advanced',
path: '/advanced',
Expand Down

0 comments on commit 4cb6f8c

Please sign in to comment.