refactoring: made start-minimized-option available only when autostart-option is truned on (#1740)

This commit is contained in:
Mitternacht822
2025-08-01 07:38:36 +04:00
committed by GitHub
parent 0531508a75
commit f9002b4f43

View File

@@ -147,7 +147,10 @@ PageType {
Layout.margins: 16
text: qsTr("Start minimized")
descriptionText: qsTr("Launch application minimized")
descriptionText: qsTr("Launch application minimized (works with autostart option turned on)")
enabled: switcherAutoStart.checked
opacity: enabled ? 1.0 : 0.5
parentFlickable: fl