Skip to content

Commit

Permalink
NLs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinVaadin committed Apr 12, 2024
1 parent 4e946e4 commit ef2fdf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ class CopilotStatusBarPanel(project: Project) : EditorBasedStatusBarPopup(projec
state.icon = IconManager.getInstance().getIcon("/icons/vaadin.svg", javaClass)
return state
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ class CopilotStatusBarWidgetFactory : StatusBarWidgetFactory {
override fun createWidget(project: Project): StatusBarWidget {
return CopilotStatusBarPanel(project)
}
}
}

0 comments on commit ef2fdf3

Please sign in to comment.