Update the PathLable in the main form when configuration changes.

This commit is contained in:
2024-08-05 13:55:36 -04:00
parent 6d06fa90e5
commit b1368e3c53
2 changed files with 17 additions and 4 deletions
+1
View File
@@ -119,6 +119,7 @@
MainMenuStrip = menuStrip1;
Name = "MainForm";
Text = "PDF-Merge";
Activated += MainForm_Activated;
Load += Form1_Load;
menuStrip1.ResumeLayout(false);
menuStrip1.PerformLayout();