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