We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237af75 commit 94eacd2Copy full SHA for 94eacd2
src/HyperMC/Settings/UserSettings.cs
@@ -11,6 +11,7 @@ public class UserSettings : IUserSettings
11
{
12
public string MinecraftPath { get; set; } = $@"{Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)}\.minecraft";
13
14
+ // TODO: intialize settings by getting the users saved settings for this application
15
public void Initialize()
16
17
0 commit comments