feat: Display all push rules and allow to enable disable them
This commit is contained in:
parent
1c97a9798d
commit
e4a2c13a6f
5 changed files with 251 additions and 153 deletions
|
|
@ -122,10 +122,6 @@ class HomeserverPickerView extends StatelessWidget {
|
|||
padding: const EdgeInsets.symmetric(horizontal: 32.0),
|
||||
child: SelectableLinkify(
|
||||
text: L10n.of(context).appIntroduction,
|
||||
style: TextStyle(
|
||||
color: theme.colorScheme.onSecondaryContainer,
|
||||
fontWeight: FontWeight.w500,
|
||||
),
|
||||
textAlign: TextAlign.center,
|
||||
linkStyle: TextStyle(
|
||||
color: theme.colorScheme.secondary,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue