Merge commit '22aa50fd024439aa2f6b1a8469b07e7036471b0a' into fluffychat-merge

This commit is contained in:
ggurdin 2025-06-04 15:31:37 -04:00
commit 263dd0ceca
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -56,18 +56,16 @@ class ClientChooserButton extends StatelessWidget {
],
),
),
// Currently disabled because of:
// https://github.com/matrix-org/matrix-react-sdk/pull/12286
/*PopupMenuItem(
PopupMenuItem(
value: SettingsAction.archive,
child: Row(
children: [
const Icon(Icons.archive_outlined),
const SizedBox(width: 18),
Text(L10n.of(context)!.archive),
Text(L10n.of(context).archive),
],
),
),*/
),
PopupMenuItem(
value: SettingsAction.settings,
child: Row(