Configuration changes now saving properly.

This commit is contained in:
2024-08-05 13:41:30 -04:00
parent 0a132d75ec
commit 6d06fa90e5
2 changed files with 26 additions and 1 deletions

1
ConfForm.Designer.cs generated
View File

@@ -50,6 +50,7 @@ namespace PDF_Merge
saveBtn.TabIndex = 0;
saveBtn.Text = "Save";
saveBtn.UseVisualStyleBackColor = true;
saveBtn.Click += saveBtn_Click;
//
// cancelBtn
//