Replace placeholder with a basic message for now.
This commit is contained in:
parent
d604a59ad1
commit
247b88daa2
@ -13,6 +13,10 @@ class SettingsPage extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Placeholder();
|
||||
return Center(
|
||||
child: Text(
|
||||
"No settings yet. :)",
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user