Skip to content

Commit

Permalink
Merge pull request #305 from wakatime/bugfix/figma-language
Browse files Browse the repository at this point in the history
Fix Figma and Canva language
  • Loading branch information
alanhamlett authored Aug 27, 2024
2 parents 344e6f6 + cd89fcb commit 0a1a80d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WakaTime/Helpers/MonitoringManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,10 @@ class MonitoringManager {
guard let monitoredApp = app.monitoredApp else { return nil }

switch monitoredApp {
case .canva:
return "Image (svg)"
case .figma:
return "Figma Design"
return "Image (svg)"
case .postman:
return "HTTP Request"
default:
Expand Down

0 comments on commit 0a1a80d

Please sign in to comment.