Skip to content

Commit

Permalink
commented out unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Jan 25, 2023
1 parent 146b4d3 commit f08676c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FloatTool/Views/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ private async void Window_KeyUp(object sender, KeyEventArgs e)
break;
case Key.F12:
// TODO: Create a dev tools window
var client = new SteamClient();
var qrcode = await client.LoginWithQR();
MessageBox.Show(qrcode);
// var client = new SteamClient();
// var qrcode = await client.LoginWithQR();
// MessageBox.Show(qrcode);
break;
}
}
Expand Down

0 comments on commit f08676c

Please sign in to comment.