diff --git a/lib/ui/home/home_ui.dart b/lib/ui/home/home_ui.dart index 89be41e..3edcd5f 100644 --- a/lib/ui/home/home_ui.dart +++ b/lib/ui/home/home_ui.dart @@ -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(