diff options
-rw-r--r-- | lib/config.dart | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/config.dart b/lib/config.dart index cda553b..3ddc24c 100644 --- a/lib/config.dart +++ b/lib/config.dart @@ -66,6 +66,8 @@ class _GetConfigState extends ConsumerState<GetConfig> { style: TextStyle(fontSize: 20, fontWeight: FontWeight.bold)), Text( "Something Wrong with config file! Check config.yaml file and restart"), + Text("OR"), + Text("You Need to set MapboxAccess token in local.conf file"), ], )), ); |