Skip to content

Commit

Permalink
enables
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencohn committed Nov 19, 2023
1 parent c8247d6 commit 4b404b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@ private void LockControls()
outputBox.Enabled = false;
browseFolderButton.Enabled = false;
newStringsBox.Enabled = false;
hintOverrideBox.Enabled = false;
sortBox.Enabled = false;
clearBox.Enabled = false;
}

Expand Down Expand Up @@ -497,6 +499,8 @@ private void Restart(object sender, EventArgs e)
outputBox.Enabled = true;
browseFolderButton.Enabled = true;
newStringsBox.Enabled = true;
hintOverrideBox.Enabled = true;
sortBox.Enabled = true;
clearBox.Enabled = true;

languageList.Visible = true;
Expand Down

0 comments on commit 4b404b0

Please sign in to comment.