From 2013ba5f3258e388864d0dd47d49cf5c05308867 Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 19 Dec 2023 11:25:09 +0300 Subject: [PATCH 02/14] Hide CDN source button --- pyanaconda/ui/gui/spokes/installation_source.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyanaconda/ui/gui/spokes/installation_source.py b/pyanaconda/ui/gui/spokes/installation_source.py index d0d4da7..4d1c659 100644 --- a/pyanaconda/ui/gui/spokes/installation_source.py +++ b/pyanaconda/ui/gui/spokes/installation_source.py @@ -704,6 +704,8 @@ class SourceSpoke(NormalSpoke, GUISpokeInputCheckHandler, SourceSwitchHandler): self._network_button = self.builder.get_object("networkRadioButton") self._network_box = self.builder.get_object("networkBox") + really_hide(self._cdn_button) + self._url_entry = self.builder.get_object("urlEntry") self._protocol_combo_box = self.builder.get_object("protocolComboBox") self._iso_chooser_button = self.builder.get_object("isoChooserButton") -- 2.39.3