Skip to content

Commit

Permalink
neg profile mean custom
Browse files Browse the repository at this point in the history
  • Loading branch information
Anime4000 committed Jul 8, 2024
1 parent b475948 commit 106aac0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions IFME/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,10 @@ private void lstFile_SelectedIndexChanged(object sender, EventArgs e)
else
cboProfile.SelectedIndex = -1;
}
else
{
cboProfile.SelectedIndex = -1;
}

// Format
cboFormat.SelectedIndex = (int)data.OutputFormat;
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Version 8.3.3 (Luminous Veil)
-----------------------------
[Fixed] Add another file when selected profile is blank cause a crash
[Fixed] Add another file when selected profile is blank cause a crash
[Update] FFmpeg (Non-Free build) updated to version git-2024-07-07-0619138.

Version 8.3.2 (Astral Reverie)
Expand Down

0 comments on commit 106aac0

Please sign in to comment.