Skip to content

Commit

Permalink
Merge pull request #1 from renao/patch-1
Browse files Browse the repository at this point in the history
Fix typo in flyout menu
  • Loading branch information
alfeg authored Oct 18, 2019
2 parents a00766d + f54ae2c commit edd37b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeviceManager/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static void Main()
var client = new AdbManager(Settings.Default.ScrCpyPath);

menu.MenuItems.Clear();
menu.MenuItems.Add(new MenuItem("Set srccpy path", (o, eventArgs) => { ChooseScrPath(); }));
menu.MenuItems.Add(new MenuItem("Set scrcpy path", (o, eventArgs) => { ChooseScrPath(); }));

try
{
Expand Down

0 comments on commit edd37b1

Please sign in to comment.