remove debug logs
This commit is contained in:
parent
f963cc071f
commit
dd16480d62
1 changed files with 0 additions and 2 deletions
|
|
@ -69,7 +69,6 @@ PageType {
|
||||||
|
|
||||||
FlickableType {
|
FlickableType {
|
||||||
id: fl
|
id: fl
|
||||||
Component.onCompleted: console.log("[Debug] labelWithButton6.visible:", visible)
|
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
contentHeight: content.height
|
contentHeight: content.height
|
||||||
|
|
@ -263,7 +262,6 @@ PageType {
|
||||||
id: labelWithButton6
|
id: labelWithButton6
|
||||||
visible: ServersModel.getProcessedServerData("isServerFromTelegramApi") && ServersModel.processedServerIsPremium
|
visible: ServersModel.getProcessedServerData("isServerFromTelegramApi") && ServersModel.processedServerIsPremium
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
onVisibleChanged: console.log("[Debug] labelWithButton6.visible:", visible)
|
|
||||||
|
|
||||||
text: qsTr("Switch to the new Amnezia Premium subscription")
|
text: qsTr("Switch to the new Amnezia Premium subscription")
|
||||||
textColor: AmneziaStyle.color.vibrantRed
|
textColor: AmneziaStyle.color.vibrantRed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue