diff --git a/lib/pages/main/main.page.dart b/lib/pages/main/main.page.dart index 6c4c01f..77d03ce 100644 --- a/lib/pages/main/main.page.dart +++ b/lib/pages/main/main.page.dart @@ -442,6 +442,13 @@ class _MainPageState extends State with WidgetsBindingObserver, Ticker Launcher.launchURL("https://spectrum.chat/ha-client"); }, ), + new ListTile( + title: Text("What's new?"), + onTap: () { + Navigator.of(context).pop(); + Navigator.of(context).pushNamed('/whats-new'); + } + ), new AboutListTile( aboutBoxChildren: [ GestureDetector(