refactor: Move logs to about dialog
This commit is contained in:
parent
39fdbd3f03
commit
edb33d441b
2 changed files with 11 additions and 1 deletions
|
|
@ -199,6 +199,11 @@ class AppRoutes {
|
|||
widget: Login(),
|
||||
buildTransition: _fadeTransition,
|
||||
),
|
||||
VWidget(
|
||||
path: 'logs',
|
||||
widget: LogViewer(),
|
||||
buildTransition: _dynamicTransition,
|
||||
),
|
||||
],
|
||||
),
|
||||
];
|
||||
|
|
@ -284,7 +289,7 @@ class AppRoutes {
|
|||
],
|
||||
),
|
||||
VWidget(
|
||||
path: '/logs',
|
||||
path: 'logs',
|
||||
widget: LogViewer(),
|
||||
buildTransition: _dynamicTransition,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue