Skip to content

Commit

Permalink
format: Automated dotnet-format update from commit a522734 on refs/he…
Browse files Browse the repository at this point in the history
…ads/main
  • Loading branch information
actions-user committed Jun 30, 2022
1 parent a522734 commit b23f2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Serein/Ui/InitializeUi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private void Initialize()
SetWindowTheme(TaskList.Handle, "Explorer", null);
SendMessage(RegexList.Handle, 4158, IntPtr.Zero, Cursors.Arrow.Handle);
SendMessage(TaskList.Handle, 4158, IntPtr.Zero, Cursors.Arrow.Handle);
new Task(() => Debug_Append("[Serein]Loaded. " + SystemInfo.CPUPercentage.Replace('.','w'))).Start();
new Task(() => Debug_Append("[Serein]Loaded. " + SystemInfo.CPUPercentage.Replace('.', 'w'))).Start();
}
private void ShowTutorial()
{
Expand Down

0 comments on commit b23f2c2

Please sign in to comment.