chore: Add descriptions in the areYouSure dialogs for better UX

This commit is contained in:
krille-chan 2023-10-28 10:54:41 +02:00
commit 67a4bc71ab
No known key found for this signature in database
7 changed files with 52 additions and 22 deletions

View file

@ -112,6 +112,7 @@ class ChatSettingsPopupMenuState extends State<ChatSettingsPopupMenu> {
title: L10n.of(context)!.areYouSure,
okLabel: L10n.of(context)!.ok,
cancelLabel: L10n.of(context)!.cancel,
message: L10n.of(context)!.archiveRoomDescription,
);
if (confirmed == OkCancelResult.ok) {
final success = await showFutureLoadingDialog(