mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
refactoring: made start-minimized-option available only when autostart-option is truned on (#1740)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user