mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
AppDrawer: Change header to "All Notes"
This commit is contained in:
@ -67,7 +67,7 @@ class AppDrawer extends StatelessWidget {
|
|||||||
_buildDrawerTile(
|
_buildDrawerTile(
|
||||||
context,
|
context,
|
||||||
icon: Icons.note,
|
icon: Icons.note,
|
||||||
title: "Notes",
|
title: "All Notes",
|
||||||
onTap: () {
|
onTap: () {
|
||||||
var m = ModalRoute.of(context);
|
var m = ModalRoute.of(context);
|
||||||
if (m.settings.name == "/") {
|
if (m.settings.name == "/") {
|
||||||
|
Reference in New Issue
Block a user