mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07: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
|
Layout.margins: 16
|
||||||
|
|
||||||
text: qsTr("Start minimized")
|
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
|
parentFlickable: fl
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user