styles:add qrcode scan icon

This commit is contained in:
hackycy
2020-06-28 23:46:00 +08:00
parent 39dd08702b
commit 61c07cbc21
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@@ -32,6 +32,12 @@ class _PBSettingPageState extends State<PBSettingPage>
appBar: AppBar(
title: Text('图床设置'),
centerTitle: true,
actions: <Widget>[
IconButton(
icon: Icon(IconData(0xe617, fontFamily: 'iconfont')),
onPressed: null,
),
],
),
body: this._settings == null
? Center(