mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
AppDrawer: Change header to "All Notes"
This commit is contained in:
@ -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 == "/") {
|
||||
|
Reference in New Issue
Block a user