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( // Align(
alignment: Alignment.centerRight, // alignment: Alignment.centerRight,
child: IconButton( // child: IconButton(
onPressed: () {}, // onPressed: () {},
icon: FaIcon(FontAwesomeIcons.qrcode), // icon: FaIcon(FontAwesomeIcons.qrcode),
), // ),
) // )
], ],
), ),
), ),