Skip to content

Commit

Permalink
MCPTool Notification image path fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
wrrulosdev committed Jul 30, 2024
1 parent eb172c6 commit 20e864e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mcptool/notifications/send.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ def send(self) -> None:
title=self.title,
message=self.message,
app_name='MCPTool',
app_icon=f'{MCPToolPath.get_path()}/img/icon.ico',
app_icon=f'{MCPToolPath.get_path()}/files/img/icon.ico',
timeout=1
)

0 comments on commit 20e864e

Please sign in to comment.