From e1441025f22f25c41e1ed2d72ff48cad198c2adb Mon Sep 17 00:00:00 2001 From: Eugene Zamriy Date: Fri, 14 Apr 2023 12:54:58 +0300 Subject: [PATCH 02/13] 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 c467bd3..398ac11 100644 --- a/pyanaconda/ui/gui/spokes/installation_source.py +++ b/pyanaconda/ui/gui/spokes/installation_source.py @@ -798,6 +798,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