AppDrawer: Change header to "All Notes"

This commit is contained in:
Vishesh Handa
2020-03-12 01:40:55 +01:00
parent 494d866686
commit 48f4d52c40

View File

@ -67,7 +67,7 @@ class AppDrawer extends StatelessWidget {
_buildDrawerTile(
context,
icon: Icons.note,
title: "Notes",
title: "All Notes",
onTap: () {
var m = ModalRoute.of(context);
if (m.settings.name == "/") {