mirror of
https://github.com/QRouland/UTPass.git
synced 2026-01-10 19:36:57 +00:00
Save last git clone settings (urls,types)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import "../../components"
|
||||
import "../../dialogs"
|
||||
import "../../settings"
|
||||
import "../headers"
|
||||
import Lomiri.Components 1.3
|
||||
import Lomiri.Components.Popups 1.3
|
||||
@@ -77,6 +78,8 @@ Page {
|
||||
SuccessDialog {
|
||||
textSuccess: i18n.tr("Password Store deleted !")
|
||||
onDialogClosed: {
|
||||
GitSettings.type = 0;
|
||||
GitSettings.repoUrl = null;
|
||||
pageStack.clear();
|
||||
pageStack.push(Qt.resolvedUrl("../PasswordList.qml"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user