We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12026ec commit 6ee2026Copy full SHA for 6ee2026
1 file changed
src/UniGetUI/Pages/SettingsPage.xaml.cs
@@ -245,14 +245,6 @@ public SettingsPage()
245
246
// ----------------------------------------------------------------------------------------
247
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
-
256
// GetDefaultTriplet factors in the `DefaultVcpkgTriplet` setting as its first priority
257
Settings.SetValue("DefaultVcpkgTriplet", Vcpkg.GetDefaultTriplet());
258
ComboboxCard Vcpkg_DefaultTriplet = new()
0 commit comments