mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-30 02:11:40 +08:00
feat: Guide UI
This commit is contained in:
@ -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);
|
||||
},
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user