This commit is contained in:
2
source/Plugins/AyaNova.Plugin.V8/Opt.Designer.cs
generated
2
source/Plugins/AyaNova.Plugin.V8/Opt.Designer.cs
generated
@@ -103,7 +103,7 @@
|
|||||||
//
|
//
|
||||||
this.edTags.Location = new System.Drawing.Point(26, 151);
|
this.edTags.Location = new System.Drawing.Point(26, 151);
|
||||||
this.edTags.Name = "edTags";
|
this.edTags.Name = "edTags";
|
||||||
this.edTags.Size = new System.Drawing.Size(391, 20);
|
this.edTags.Size = new System.Drawing.Size(141, 20);
|
||||||
this.edTags.TabIndex = 40;
|
this.edTags.TabIndex = 40;
|
||||||
this.edTags.Text = "v7-import";
|
this.edTags.Text = "v7-import";
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ExportAssignedDocs = dOpt.ExportAssignedDocs;
|
ExportAssignedDocs = dOpt.ExportAssignedDocs;
|
||||||
ImportTag = Util.NormalizeTag(dOpt.Tags);
|
ImportTag = util.NormalizeTag(dOpt.Tags);
|
||||||
//here because we logged in fine and can proceed
|
//here because we logged in fine and can proceed
|
||||||
|
|
||||||
//MessageBox.Show("Login successful! JWT is " + util.JWT);
|
//MessageBox.Show("Login successful! JWT is " + util.JWT);
|
||||||
|
|||||||
Reference in New Issue
Block a user