Skip to content

Commit d62ede9

Browse files
committed
Optimize title effect
1 parent 243f368 commit d62ede9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

IPConfig/Views/MainWindow.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
xmlns:v="clr-namespace:IPConfig.Views"
1616
xmlns:net="clr-namespace:System.Net.NetworkInformation;assembly=System"
1717
xmlns:hc="https://handyorg.github.io/handycontrol"
18+
Title="IPConfig"
1819
Width="488"
1920
Height="600"
2021
MinWidth="488"

IPConfig/Views/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public partial class MainWindow : HcWindow
2424
{
2525
public static Version? Version => App.Version;
2626

27-
public static string WindowTitle1 => $"IPConfig: TCP/IPv4 {Lang.ConfigTool}";
27+
public static string WindowTitle1 => $": TCP/IPv4 {Lang.ConfigTool}";
2828

2929
public static string WindowTitle2 => $"{WindowTitle1} by CodingNinja";
3030

0 commit comments

Comments
 (0)