Skip to content

Show the exe name in the context menu and tray icon#98

Merged
danielchalmers merged 1 commit intomasterfrom
file-name-tooltip
Mar 8, 2026
Merged

Show the exe name in the context menu and tray icon#98
danielchalmers merged 1 commit intomasterfrom
file-name-tooltip

Conversation

@danielchalmers
Copy link
Owner

Added a disabled first item to the shared main context menu showing the current exe name without path or extension, followed by a separator. The label comes from App.MainFileInfo via a new static property in App.xaml.cs and the menu insertion is in MainWindow.xaml.

The tray icon hover tooltip now uses the same executable display name string via App.MainFileDisplayName in MainWindow.xaml.

Closes #95

Added a disabled first item to the shared main context menu showing the current exe name without path or extension, followed by a separator. The label comes from App.MainFileInfo via a new static property in App.xaml.cs and the menu insertion is in MainWindow.xaml.

The tray icon hover tooltip now uses the same executable display name string via App.MainFileDisplayName in MainWindow.xaml.

Closes #95
@danielchalmers danielchalmers merged commit d11e797 into master Mar 8, 2026
2 checks passed
@danielchalmers danielchalmers deleted the file-name-tooltip branch March 8, 2026 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Give each tray icon a unique identifier so you can tell multiple instances apart

1 participant