mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 12: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(
|
||||
alignment: Alignment.centerRight,
|
||||
child: IconButton(
|
||||
onPressed: () {},
|
||||
icon: FaIcon(FontAwesomeIcons.qrcode),
|
||||
),
|
||||
)
|
||||
// Align(
|
||||
// alignment: Alignment.centerRight,
|
||||
// child: IconButton(
|
||||
// onPressed: () {},
|
||||
// icon: FaIcon(FontAwesomeIcons.qrcode),
|
||||
// ),
|
||||
// )
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue