mirror of
https://github.com/QRouland/UTPass.git
synced 2025-02-24 12:14:57 +00:00
Fix loading password before Pass plugin init
This commit is contained in:
parent
cec4e7dabc
commit
c6d7a025ff
@ -19,6 +19,7 @@ MainView {
|
|||||||
|
|
||||||
function initPass(rootView) {
|
function initPass(rootView) {
|
||||||
Pass.init(rootView)
|
Pass.init(rootView)
|
||||||
|
pageStack.push(Qt.resolvedUrl("pages/PasswordList.qml"));
|
||||||
}
|
}
|
||||||
|
|
||||||
function callPassphraseDialog(useridHint, description, previousWasBad) {
|
function callPassphraseDialog(useridHint, description, previousWasBad) {
|
||||||
@ -43,8 +44,6 @@ MainView {
|
|||||||
id: pageStack
|
id: pageStack
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {}
|
||||||
pageStack.push(Qt.resolvedUrl("pages/PasswordList.qml"))
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user