Skip to content

Commit 6db2f64

Browse files
committed
[client] Fix UI panic when switching profiles (#4718)
1 parent d2ece2d commit 6db2f64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/ui/client_ui.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,7 @@ func (s *serviceClient) onTrayReady() {
833833

834834
newProfileMenuArgs := &newProfileMenuArgs{
835835
ctx: s.ctx,
836+
serviceClient: s,
836837
profileManager: s.profileManager,
837838
eventHandler: s.eventHandler,
838839
profileMenuItem: profileMenuItem,

0 commit comments

Comments
 (0)