summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2023-10-02 16:27:21 +0300
committerKatja Marttila <katja.marttila@qt.io>2023-10-03 06:22:24 +0000
commit63a36f05349e7508631be934eb66c477400b7538 (patch)
tree601998e4ef225bee2af18911c257ce2771b82264 /src
parent5de27cdb3296fd043d157e6b067cc903d8977989 (diff)
Hide the 'create offline installer' -button by default
Task-number: QTIFW-3172 Change-Id: I5f7879f6b7c216782925f7851278ba35e6babebf Reviewed-by: Arttu Tarkiainen <arttu.tarkiainen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/libs/installer/componentselectionpage_p.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/componentselectionpage_p.cpp b/src/libs/installer/componentselectionpage_p.cpp
index a564f3458..d1195d608 100644
--- a/src/libs/installer/componentselectionpage_p.cpp
+++ b/src/libs/installer/componentselectionpage_p.cpp
@@ -75,7 +75,7 @@ ComponentSelectionPagePrivate::ComponentSelectionPagePrivate(ComponentSelectionP
, m_descriptionBaseWidget(nullptr)
, m_categoryWidget(Q_NULLPTR)
, m_allowCompressedRepositoryInstall(false)
- , m_allowCreateOfflineInstaller(true)
+ , m_allowCreateOfflineInstaller(false)
, m_categoryLayoutVisible(false)
, m_allModel(m_core->defaultComponentModel())
, m_updaterModel(m_core->updaterComponentModel())