安装版本 字体 改为 已安装版本
This commit is contained in:
parent
704a300896
commit
93462a04ed
|
|
@ -1050,7 +1050,7 @@ mixin _UpgradeDialogLogic<T extends StatefulWidget> on State<T> {
|
||||||
child: _buildInfoChip(
|
child: _buildInfoChip(
|
||||||
context,
|
context,
|
||||||
icon: Icons.update,
|
icon: Icons.update,
|
||||||
label: '安装版本',
|
label: '已安装版本',
|
||||||
// 显示版本号
|
// 显示版本号
|
||||||
value: '${info.currentVersionName} +${info.currentBuildNumber}',
|
value: '${info.currentVersionName} +${info.currentBuildNumber}',
|
||||||
colorScheme: colorScheme,
|
colorScheme: colorScheme,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue