mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 11:42:30 +00:00
Default Username gets saved
This commit is contained in:
@@ -109,6 +109,7 @@
|
|||||||
_document.treeV4.protectTitle = protectTitle;
|
_document.treeV4.protectTitle = protectTitle;
|
||||||
_document.treeV4.protectUrl = protectURL;
|
_document.treeV4.protectUrl = protectURL;
|
||||||
_document.treeV4.protectUserName = protectUsername;
|
_document.treeV4.protectUserName = protectUsername;
|
||||||
|
_document.treeV4.defaultUserName = [self.defaultUsernameTextField stringValue];
|
||||||
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user