diff options
author | tpart <tpart120@proton.me> | 2024-10-03 12:52:34 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-10-03 12:52:34 +0200 |
commit | 80b29bce1bedcc54130bc582f2df0b922e031796 (patch) | |
tree | 4febcd7f1813b119290519e16472e64414f09193 | |
parent | 892d72195446f259f4a6c0d7980f3dcfccf5e6b1 (diff) | |
download | hurrycurry-80b29bce1bedcc54130bc582f2df0b922e031796.tar hurrycurry-80b29bce1bedcc54130bc582f2df0b922e031796.tar.bz2 hurrycurry-80b29bce1bedcc54130bc582f2df0b922e031796.tar.zst |
Remove completed TODO
-rw-r--r-- | client/settings.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/settings.gd b/client/settings.gd index 197a591a..80984b22 100644 --- a/client/settings.gd +++ b/client/settings.gd @@ -73,7 +73,6 @@ static func get_root(): ToggleSetting.new("register", false), ]), SettingsCategory.new("online", [ - # TODO: make this opt-in ToggleSetting.new("use_registry", false), TextSetting.new("registry_url", "https://hurrycurry-registry.metamuffin.org/"), ToggleSetting.new("use_discovery", true), |