Skip to content

Commit

Permalink
UI Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
SirSparkles committed Jun 12, 2022
1 parent fddef4d commit 30558e0
Show file tree
Hide file tree
Showing 4 changed files with 987 additions and 963 deletions.
2 changes: 1 addition & 1 deletion TVRename/Forms/Supporting/MissingFolderAction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public partial class MissingFolderAction : Form
public string FolderName { get; private set; }
public FaResult Result { get; private set; }

public MissingFolderAction(string showName, string season, string folderName)
public MissingFolderAction([CanBeNull] string showName, [CanBeNull] string season, string folderName)
{
InitializeComponent();

Expand Down
Loading

0 comments on commit 30558e0

Please sign in to comment.