Skip to content

Commit a89b1da

Browse files
committed
Update help example image
1 parent 327fb7b commit a89b1da

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Examples/Rdx help.png

-3.97 KB
Loading

SmartImage.Rdx/Program.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ public static async Task<int> Main(string[] args)
4949
{
5050
Trace.WriteLine($"{sender} -> {eventArgs}");
5151
};*/
52+
53+
if (BaseOSIntegration.IsWindows) {
54+
Console.Title = R1.Name;
55+
}
5256

5357
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
5458

0 commit comments

Comments
 (0)