clean up code
Pull request / build (pull_request) Successful in 36s

This commit is contained in:
2026-08-12 18:25:28 +05:00
parent 87266e6c13
commit 646d7edc0c
6 changed files with 10 additions and 20 deletions
@@ -49,9 +49,6 @@ internal sealed class NativeTrayIcon : IDisposable
internal event EventHandler? ExitRequested;
/// <summary>Whether the shell accepted the icon. Reported by the diagnostics.</summary>
internal bool IsInstalled => _isInstalled;
internal bool Install()
{
if (_isInstalled)