mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 16:48:41 +00:00
fix #201
This commit is contained in:
parent
4ff650781f
commit
324b8a9758
1 changed files with 7 additions and 7 deletions
|
|
@ -90,13 +90,13 @@ class _SettingsMainViewState extends State<SettingsMainView> {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Align(
|
// Align(
|
||||||
alignment: Alignment.centerRight,
|
// alignment: Alignment.centerRight,
|
||||||
child: IconButton(
|
// child: IconButton(
|
||||||
onPressed: () {},
|
// onPressed: () {},
|
||||||
icon: FaIcon(FontAwesomeIcons.qrcode),
|
// icon: FaIcon(FontAwesomeIcons.qrcode),
|
||||||
),
|
// ),
|
||||||
)
|
// )
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue