feat: add upload button.

This commit is contained in:
2021-12-30 21:13:48 +08:00
parent 853132f1a8
commit 317aa006e3
5 changed files with 76 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class Notificator {
return AlertImpl().showAlert(
windowTitle: title,
text: description,
positiveButtonTitle: positiveButtonTitle,
positiveButtonTitle: positiveButtonTitle ?? LocaleKeys.str_ok.tr(),
);
}