Move logout button to settings. Replace logout button in menu with shutdown button.

This commit is contained in:
Ivan Murashov
2018-02-05 20:02:36 +03:00
parent b19381f00c
commit 5f2d67bbc1
23 changed files with 433 additions and 136 deletions

View File

@@ -50,7 +50,7 @@ class _SplashScreenState extends BaseState<SplashScreen> {
void initWithSystemValue() {
platform.invokeMethod('getLocale').then((locale) {
helper.getSettings().then((settings) {
helper.getSettings(false).then((settings) {
if (settings == null) {
createSettingsTable(locale);
} else {