Add PHP 8.1 warning
This commit is contained in:
parent
04da2b6013
commit
76adaace8f
|
|
@ -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) ...[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue