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

@@ -260,8 +260,8 @@ class PermissionRow extends StatelessWidget {
Row(
children: [
SizedBox(
width: 60,
child: Text(name + ":",
width: 70,
child: Text(name,
style: TextStyle(fontSize: 16.0, color: MyTheme.accent50))),
SizedBox(
width: 50,