mirror of
https://gitlab.com/moepoi/neonime-app.git
synced 2024-12-23 06:10:21 +01:00
Add settings menu & rename jadwal to schedule
This commit is contained in:
parent
5c44011b37
commit
9cf3c9a5f8
1 changed files with 6 additions and 1 deletions
|
@ -36,7 +36,12 @@ class MainDrawer extends StatelessWidget {
|
|||
),
|
||||
ListTile(
|
||||
leading: Icon(Icons.schedule),
|
||||
title: Text('Jadwal'),
|
||||
title: Text('Schedule'),
|
||||
onTap: () {},
|
||||
),
|
||||
ListTile(
|
||||
leading: Icon(Icons.settings),
|
||||
title: Text('Settings'),
|
||||
onTap: () {},
|
||||
),
|
||||
ListTile(
|
||||
|
|
Loading…
Reference in a new issue