Added display of a notification about the inclusion of logging on the main screen
This commit is contained in:
parent
3f257af7a9
commit
ce4ca5c4d5
4 changed files with 26 additions and 1 deletions
|
|
@ -31,6 +31,7 @@ PageBase {
|
|||
}
|
||||
|
||||
BasicButtonType {
|
||||
id: button_donate
|
||||
y: 10
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
height: 21
|
||||
|
|
@ -70,6 +71,21 @@ PageBase {
|
|||
}
|
||||
}
|
||||
|
||||
LabelType {
|
||||
id: lb_log_enabled
|
||||
anchors.top: button_donate.bottom
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
width: parent.width
|
||||
height: 21
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
text: "Logging enabled!"
|
||||
color: "#D4D4D4"
|
||||
|
||||
visible: VpnLogic.labelLogEnabledVisible
|
||||
}
|
||||
|
||||
AnimatedImage {
|
||||
id: connect_anim
|
||||
source: "qrc:/images/animation.gif"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue