Merge commit '22aa50fd024439aa2f6b1a8469b07e7036471b0a' into fluffychat-merge
This commit is contained in:
commit
263dd0ceca
1 changed files with 3 additions and 5 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue