Skip to content

Commit

Permalink
misc: clean vsync toggle log
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Dec 31, 2024
1 parent e43d899 commit 617c031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ryujinx/UI/Views/Main/MainStatusBarView.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected override void OnAttachedToVisualTree(VisualTreeAttachmentEventArgs e)
private void VSyncMode_PointerReleased(object sender, PointerReleasedEventArgs e)
{
Window.ViewModel.ToggleVSyncMode();
Logger.Info?.Print(LogClass.Application, $"VSync Mode toggled to: {Window.ViewModel.AppHost.Device.VSyncMode}");
Logger.Info?.PrintMsg(LogClass.Application, $"VSync Mode toggled to: {Window.ViewModel.AppHost.Device.VSyncMode}");
}

private void DockedStatus_PointerReleased(object sender, PointerReleasedEventArgs e)
Expand Down

0 comments on commit 617c031

Please sign in to comment.