Format
This commit is contained in:
@@ -23,7 +23,7 @@ namespace DD2Switcher {
|
||||
nameLabel.Text = $"Name: {WindowProcess.ProcessName}";
|
||||
pidLabel.Text = $"PID: {WindowProcess.Id}";
|
||||
titleLabel.Text = $"Title: {WindowProcess.MainWindowTitle}";
|
||||
|
||||
|
||||
if (IsFirst && IsLast) {
|
||||
firstLastLabel.Text = "First & Last";
|
||||
} else if (IsFirst) {
|
||||
@@ -44,4 +44,4 @@ namespace DD2Switcher {
|
||||
UntrackClicked?.Invoke(this, WindowIndex);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user