Refactor logs
This commit is contained in:
@@ -41,7 +41,7 @@ class SystemTrayController extends _$SystemTrayController
|
||||
final destinations = <(String label, String location)>[
|
||||
(t.home.pageTitle, const HomeRoute().location),
|
||||
(t.proxies.pageTitle, const ProxiesRoute().location),
|
||||
(t.logs.pageTitle, const LogsRoute().location),
|
||||
(t.logs.pageTitle, const LogsOverviewRoute().location),
|
||||
(t.settings.pageTitle, const SettingsRoute().location),
|
||||
(t.about.pageTitle, const AboutRoute().location),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user