Skip to content

Commit 6ee2026

Browse files
authored
Update SettingsPage.xaml.cs
1 parent 12026ec commit 6ee2026

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

src/UniGetUI/Pages/SettingsPage.xaml.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -245,14 +245,6 @@ public SettingsPage()
245245

246246
// ----------------------------------------------------------------------------------------
247247

248-
CheckboxCard Vcpkg_UpdateGitPorts = new()
249-
{
250-
Text = CoreTools.Translate(
251-
"Update vcpkg's Git portfiles automatically (requires Git installed)"),
252-
SettingName = "DisableUpdateVcpkgGitPorts"
253-
};
254-
ExtraSettingsCards[PEInterface.Vcpkg].Add(Vcpkg_UpdateGitPorts);
255-
256248
// GetDefaultTriplet factors in the `DefaultVcpkgTriplet` setting as its first priority
257249
Settings.SetValue("DefaultVcpkgTriplet", Vcpkg.GetDefaultTriplet());
258250
ComboboxCard Vcpkg_DefaultTriplet = new()

0 commit comments

Comments
 (0)