mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
Do not show the 'debug' banner
It's annoying, and does not allow us to easily take screenshots. Specially since the apps built in release mode cannot be run in an x86 android emulator.
This commit is contained in:
@ -44,6 +44,7 @@ class JournalApp extends StatelessWidget {
|
|||||||
'/settings': (context) => SettingsScreen(),
|
'/settings': (context) => SettingsScreen(),
|
||||||
'/setupRemoteGit': (context) => OnBoardingScreen(onCompleted),
|
'/setupRemoteGit': (context) => OnBoardingScreen(onCompleted),
|
||||||
},
|
},
|
||||||
|
debugShowCheckedModeBanner: false,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user