From 56351f7b9524fdf810d523a0ed5156e0f1453ba0 Mon Sep 17 00:00:00 2001 From: Eugene Zamriy Date: Fri, 14 Apr 2023 12:54:58 +0300 Subject: [PATCH 02/11] 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 8a0f463..adc85b5 100644 --- a/pyanaconda/ui/gui/spokes/installation_source.py +++ b/pyanaconda/ui/gui/spokes/installation_source.py @@ -784,6 +784,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.41.0