mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-10-14 12:38:36 +08:00
Add settings icon button to home UI for reopening path guidance
Co-authored-by: xkeyC <39891083+xkeyC@users.noreply.github.com>
This commit is contained in:
@@ -152,6 +152,14 @@ class HomeUI extends HookConsumerWidget {
|
||||
onChanged: model.onChangeInstallPath,
|
||||
),
|
||||
),
|
||||
const SizedBox(width: 12),
|
||||
Button(
|
||||
onPressed: () => context.push("/guide"),
|
||||
child: const Padding(
|
||||
padding: EdgeInsets.all(6),
|
||||
child: Icon(FluentIcons.settings),
|
||||
),
|
||||
),
|
||||
if (S.current.app_language_code == NoL10n.langCodeZhCn) ...[
|
||||
const SizedBox(width: 12),
|
||||
Button(
|
||||
|
Reference in New Issue
Block a user