Skip to content

Commit

Permalink
Add extra toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdude2478 committed Oct 27, 2024
1 parent 5dd4bc8 commit 0e292b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NRO Forwarder/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,11 @@ private void checkBox_licence_CheckedChanged(object sender, EventArgs e)
checkBox_licence.Checked = true;
checkBox_licence.Text = "Distributed By";
}
if (!checkBox_licence.Checked && checkBox_licence.Text == "Licenced By")
{
checkBox_licence.Checked = false;
checkBox_licence.Text = "Distributed By";
}
}

private void button_open_MouseDown(object sender, MouseEventArgs e)
Expand Down

0 comments on commit 0e292b4

Please sign in to comment.