Add Config options import

This commit is contained in:
problematicconsumer
2024-03-04 15:58:56 +03:30
parent 9c2e9d8d85
commit d87e207771
13 changed files with 216 additions and 63 deletions

View File

@@ -116,6 +116,7 @@ class ProfileDetailsPage extends HookConsumerWidget with PresLogger {
context,
title: t.profile.delete.buttonTxt,
message: t.profile.delete.confirmationMsg,
icon: FluentIcons.delete_24_regular,
);
if (deleteConfirmed) {
await notifier.delete();