Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
nyakase committed Feb 18, 2020
1 parent f3a3187 commit 07db965
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ResourceHubLauncher/LoadingForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ public LoadingForm(out dynamic loadedData, out List<string> enabledMods, out Lis
{
InitializeComponent();

// TODO Add updater for Launcher, not just mods
// TODO Add config file and dark mode, have a dark mode toggle inside the config file
// TODO Ask for Goose file path on startup, and write this path to the config file

WebRequest request = WebRequest.Create("https://raw.githubusercontent.com/DesktopGooseUnofficial/launcher-backend/master/mods-test.json");
WebResponse response = request.GetResponse();
Stream data = response.GetResponseStream();
Expand Down

0 comments on commit 07db965

Please sign in to comment.