Release 3.8.2.7: Windows taskbar/tray sea-wave icon when connected.
Match macOS Dock behavior using the same idle/connected glyph assets. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -12,6 +12,8 @@ import (
|
||||
|
||||
"github.com/crgimenes/glaze"
|
||||
"golang.org/x/sys/windows"
|
||||
|
||||
"vpnclient/internal/dockicon"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -68,6 +70,7 @@ func decorateWindow(w glaze.WebView) {
|
||||
}
|
||||
hwnd := w.Window()
|
||||
applyWindowIcon(hwnd)
|
||||
dockicon.BindWindow(hwnd)
|
||||
installCloseToHide(hwnd)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user