Skip to content

Commit

Permalink
Add new checkboxes to enabledprop
Browse files Browse the repository at this point in the history
  • Loading branch information
Mc-muffin committed Nov 21, 2024
1 parent 45a9c32 commit c4ba3c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TranslationApp/fMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ private void ChangeEnabledProp(bool status)
cbProblematic.Enabled = status;
cbDone.Enabled = status;
cbEmpty.Enabled = status;
cbMinimizeTags.Enabled = status;
cbShowSpeakers.Enabled = status;
cbShowIndices.Enabled = status;

//Button
bSaveAll.Enabled = status;
Expand Down

0 comments on commit c4ba3c6

Please sign in to comment.