Patched the rename detection function and had some debug output placed in the FileManager form.

This commit is contained in:
Admin
2020-12-16 15:34:42 -06:00
parent 95766b044f
commit d554a31051
5 changed files with 45 additions and 23 deletions
+1
View File
@@ -379,6 +379,7 @@
this.ClientSize = new System.Drawing.Size(1306, 964);
this.Controls.Add(this.MainLayoutPanel);
this.Name = "FileManager";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "File Manager";
this.MainLayoutPanel.ResumeLayout(false);
this.MainLayoutPanel.PerformLayout();