This commit is contained in:
2025-08-31 22:11:04 +02:00
parent df936e187d
commit 88005c2125
3 changed files with 34 additions and 37 deletions

View File

@@ -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);
}
}
}
}