This commit is contained in:
otsmr 2025-06-03 13:08:46 +02:00
parent 4ff650781f
commit 324b8a9758

View file

@ -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),
// ),
// )
],
),
),