We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243f368 commit d62ede9Copy full SHA for d62ede9
IPConfig/Views/MainWindow.xaml
@@ -15,6 +15,7 @@
15
xmlns:v="clr-namespace:IPConfig.Views"
16
xmlns:net="clr-namespace:System.Net.NetworkInformation;assembly=System"
17
xmlns:hc="https://handyorg.github.io/handycontrol"
18
+ Title="IPConfig"
19
Width="488"
20
Height="600"
21
MinWidth="488"
IPConfig/Views/MainWindow.xaml.cs
@@ -24,7 +24,7 @@ public partial class MainWindow : HcWindow
24
{
25
public static Version? Version => App.Version;
26
27
- public static string WindowTitle1 => $"IPConfig: TCP/IPv4 {Lang.ConfigTool}";
+ public static string WindowTitle1 => $": TCP/IPv4 {Lang.ConfigTool}";
28
29
public static string WindowTitle2 => $"{WindowTitle1} by CodingNinja";
30
0 commit comments