mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 01:53:41 +08:00
fix
This commit is contained in:
parent
0f44bfa5c8
commit
962b294c0f
@ -26,7 +26,7 @@ class LocalizationUI extends BaseUI<LocalizationUIModel> {
|
|||||||
child: InfoBar(
|
child: InfoBar(
|
||||||
title: const Text("警告"),
|
title: const Text("警告"),
|
||||||
content: const Text(
|
content: const Text(
|
||||||
"您正在使用游戏内置文本,官方文本目前为机器翻译(截至3.21.0),建议您在下方 [最新版本] 安装社区汉化。"),
|
"您正在使用游戏内置文本,官方文本目前为机器翻译(截至3.21.0),建议您在下方安装社区汉化。"),
|
||||||
severity: InfoBarSeverity.info,
|
severity: InfoBarSeverity.info,
|
||||||
style: InfoBarThemeData(decoration: (severity) {
|
style: InfoBarThemeData(decoration: (severity) {
|
||||||
return const BoxDecoration(
|
return const BoxDecoration(
|
||||||
|
Loading…
Reference in New Issue
Block a user