Add PHP 8.1 warning

This commit is contained in:
Hillel Coren 2022-07-22 13:28:50 +03:00
parent 04da2b6013
commit 76adaace8f
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ class _UpdateDialogState extends State<UpdateDialog> {
Text( Text(
'${localization.latestVersion}: v${account.latestVersion}'), '${localization.latestVersion}: v${account.latestVersion}'),
], ],
// TODO remove this in a few months
SizedBox(height: 20), SizedBox(height: 20),
Text(localization.php81Required), Text(localization.php81Required),
if (account.isDocker) ...[ if (account.isDocker) ...[