mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
GODT-1458: Splash screen and wording.
This commit is contained in:
@ -292,9 +292,7 @@ Window {
|
||||
|
||||
StackLayout {
|
||||
anchors.fill: parent
|
||||
|
||||
currentIndex: tabBar.currentIndex
|
||||
|
||||
anchors.margins: 10
|
||||
|
||||
RowLayout {
|
||||
@ -341,8 +339,6 @@ Window {
|
||||
ProtonStyle.currentStyle = ProtonStyle.darkStyle
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
@ -355,6 +351,16 @@ Window {
|
||||
}
|
||||
}
|
||||
|
||||
CheckBox {
|
||||
id: showSplashScreen
|
||||
colorScheme: root.colorScheme
|
||||
text: "Show splash screen"
|
||||
checked: root.showSplashScreen
|
||||
onCheckedChanged: {
|
||||
root.showSplashScreen = checked
|
||||
}
|
||||
}
|
||||
|
||||
Button {
|
||||
colorScheme: root.colorScheme
|
||||
//Layout.fillWidth: true
|
||||
@ -802,6 +808,7 @@ Window {
|
||||
signal userDisconnected(string username)
|
||||
signal apiCertIssue()
|
||||
|
||||
property bool showSplashScreen: true
|
||||
|
||||
|
||||
function login(username, password) {
|
||||
|
||||
Reference in New Issue
Block a user