Skip to content

Commit

Permalink
Add some todo's
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnicJelle committed Sep 3, 2024
1 parent 7850137 commit 5edb3f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ You can edit the map config in the built-in config editor, too.
- button for adding a save (adds map configs for all dimensions in that save)
- button for adding a single dimension
- allow users to select which minecraft version the project is
- support multiple projects
- (better) support multiple instances open at the same time
1 change: 1 addition & 0 deletions lib/control_panel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ class ControlPanel extends ConsumerWidget {
ElevatedButton.icon(
onPressed: processState == RunningProcessState.running
? () async {
//TODO: Unhardcode the port; get from the process output
if (!await launchUrl(Uri.parse("http://localhost:8100"))) {
throw Exception("Could not launch url!");
}
Expand Down

0 comments on commit 5edb3f0

Please sign in to comment.