mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-11 17:50:23 +00:00
feat: unp4k data forge support
This commit is contained in:
1124
lib/ui/tools/unp4kc/dcb_viewer_ui.dart
Normal file
1124
lib/ui/tools/unp4kc/dcb_viewer_ui.dart
Normal file
File diff suppressed because it is too large
Load Diff
@@ -359,7 +359,7 @@ class _FileListItem extends HookWidget {
|
||||
final dirName = item.name?.replaceAll(state.curPath.trim(), "") ?? "";
|
||||
model.changeDir(dirName);
|
||||
} else {
|
||||
model.openFile(item.name ?? "");
|
||||
model.openFile(item.name ?? "", context: context);
|
||||
}
|
||||
},
|
||||
icon: Padding(
|
||||
|
||||
Reference in New Issue
Block a user