Move logout button to settings. Replace logout button in menu with shutdown button.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user