update dir ; move settings from main page to settings_page

This commit is contained in:
csf
2022-02-28 21:26:44 +08:00
parent e6b1ff40be
commit 6206c8f900
10 changed files with 489 additions and 403 deletions

View File

@@ -114,7 +114,7 @@ void msgBox(String type, String title, String text,
Expanded(child: Container()),
wrap(Translator.call('OK'), () {
EasyLoading.dismiss();
Navigator.pop(globalKey.currentContext!); // TODO
Navigator.pop(globalKey.currentContext!);
})
];
if (hasCancel == null) {
@@ -202,3 +202,4 @@ bool isAndroid = false;
bool isIOS = false;
bool isWeb = false;
bool isDesktop = false;
var version = "";