Skip to content

Commit

Permalink
Update OsdWindow.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
A-tG committed Apr 17, 2023
1 parent d09a2f8 commit 1964592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VoicemeeterOsdProgram/UiControls/OSD/OsdWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ private void CancelAnimation()
}
private void OnDispSettChanged(object sender, EventArgs e)
{
Logger?.Log("Display Settings changed, updating OSD");
Logger?.Log("System Display Settings changed, updating OSD");
UpdatePos();
}

private void OnUserPrefChanged(object sender, UserPreferenceChangedEventArgs e)
{
Logger?.Log("User Preferences changed, updating OSD");
Logger?.Log("System User Preferences changed, updating OSD");
UpdatePos();
}

Expand Down

0 comments on commit 1964592

Please sign in to comment.