Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Added keyboard shortcuts in "Bar code" page (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Apr 20, 2022
1 parent 092e461 commit 6c7b310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gerayis/Pages/BarCodePage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ internal void GenerateBarCode(string text, object sender, Barcodes barcodeType)
}
}

private void CopyBtn_Click(object sender, RoutedEventArgs e)
internal void CopyBtn_Click(object sender, RoutedEventArgs e)
{
if (BarCodeImg.Source is not null) // If there is an image
{
Expand Down

0 comments on commit 6c7b310

Please sign in to comment.