feat: Guide UI

This commit is contained in:
2024-11-03 18:32:12 +08:00
parent 0577b54f9c
commit 8a58719908
21 changed files with 555 additions and 37 deletions

View File

@ -208,8 +208,8 @@ class ToolsUI extends HookConsumerWidget {
)
],
onChanged: (v) {
model.loadToolsCard(context, skipPathScan: true);
model.onChangeGamePath(v!);
model.loadToolsCard(context, skipPathScan: true);
},
),
),
@ -253,8 +253,8 @@ class ToolsUI extends HookConsumerWidget {
)
],
onChanged: (v) {
model.loadToolsCard(context, skipPathScan: true);
model.onChangeLauncherPath(v!);
model.loadToolsCard(context, skipPathScan: true);
},
),
),