Skip to content

Commit

Permalink
Merge pull request #670 from ttakuya50/feature/fix_gather_icon
Browse files Browse the repository at this point in the history
Add icon for Gather meeting service
  • Loading branch information
leits committed Nov 22, 2023
2 parents 7c51299 + 901ed95 commit 0782abf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MeetingBar/MeetingServices.swift
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,10 @@ func getIconForMeetingService(_ meetingService: MeetingServices?) -> NSImage {
image = NSImage(named: "vonage_icon")!
image.size = NSSize(width: 16, height: 16)

case .some(.gather):
image = NSImage(named: "gather_icon")!
image.size = NSSize(width: 16, height: 16)

case .some(.url):
image = NSImage(named: NSImage.touchBarOpenInBrowserTemplateName)!
image.size = NSSize(width: 16, height: 16)
Expand Down

0 comments on commit 0782abf

Please sign in to comment.