chore: Follow up settings page
This commit is contained in:
parent
05f72815b3
commit
9c802c905b
2 changed files with 15 additions and 4 deletions
|
|
@ -179,6 +179,15 @@ class SettingsController extends State<Settings> {
|
|||
bool? showChatBackupBanner;
|
||||
|
||||
void firstRunBootstrapAction([_]) async {
|
||||
if (showChatBackupBanner != true) {
|
||||
showOkAlertDialog(
|
||||
context: context,
|
||||
title: L10n.of(context)!.chatBackup,
|
||||
message: L10n.of(context)!.onlineKeyBackupEnabled,
|
||||
okLabel: L10n.of(context)!.close,
|
||||
);
|
||||
return;
|
||||
}
|
||||
await BootstrapDialog(
|
||||
client: Matrix.of(context).client,
|
||||
).show(context);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue