mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 08:06:59 +00:00
Other: fix license year in QML
This commit is contained in:
@ -94,7 +94,7 @@ Item {
|
|||||||
font.pointSize : Style.main.fontSize * Style.pt
|
font.pointSize : Style.main.fontSize * Style.pt
|
||||||
text:
|
text:
|
||||||
"ProtonMail Bridge "+go.getBackendVersion()+"\n"+
|
"ProtonMail Bridge "+go.getBackendVersion()+"\n"+
|
||||||
"© 2020 Proton Technologies AG"
|
"© 2021 Proton Technologies AG"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Row {
|
Row {
|
||||||
|
|||||||
@ -81,7 +81,7 @@ Item {
|
|||||||
color: Style.main.textDisabled
|
color: Style.main.textDisabled
|
||||||
horizontalAlignment: Qt.AlignHCenter
|
horizontalAlignment: Qt.AlignHCenter
|
||||||
font.pointSize : Style.main.fontSize * Style.pt
|
font.pointSize : Style.main.fontSize * Style.pt
|
||||||
text: "ProtonMail Import-Export app Version "+go.getBackendVersion()+"\n© 2020 Proton Technologies AG"
|
text: "ProtonMail Import-Export app Version "+go.getBackendVersion()+"\n© 2021 Proton Technologies AG"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user