Skip to content

Commit 94eacd2

Browse files
committed
added todo item in the initialize of the settings
1 parent 237af75 commit 94eacd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/HyperMC/Settings/UserSettings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public class UserSettings : IUserSettings
1111
{
1212
public string MinecraftPath { get; set; } = $@"{Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)}\.minecraft";
1313

14+
// TODO: intialize settings by getting the users saved settings for this application
1415
public void Initialize()
1516
{
1617

0 commit comments

Comments
 (0)