mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-07-12 11:02:38 +08:00
fix: urls
This commit is contained in:
@ -52,9 +52,8 @@ class IndexUI extends HookConsumerWidget {
|
||||
fit: BoxFit.cover,
|
||||
),
|
||||
const SizedBox(width: 12),
|
||||
Text(S.current.app_index_version_info(
|
||||
ConstConf.appVersion,
|
||||
ConstConf.isMSE ? "" : " Dev")),
|
||||
Text(
|
||||
"${S.current.app_index_version_info(ConstConf.appVersion, ConstConf.isMSE ? "" : " Dev")} [PREVIEW]"),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user