Skip to content

Commit

Permalink
Update .changes/add-context-menu-dismiss-result.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Nov 5, 2024
1 parent 96075fb commit d0df992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changes/add-context-menu-dismiss-result.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"muda": patch
"muda": minor
---

Return `bool` in `ContextMenu::show_context_menu_for_hwnd` on Windows and `ContextMenu::show_context_menu_for_nsview` on macOS to indicate why the context menu was closed.
Return `bool` in `ContextMenu::show_context_menu_for_hwnd`, `ContextMenu::show_context_menu_for_nsview` and `ContextMenu::show_context_menu_for_gtk_window` to indicate why the context menu was closed.

0 comments on commit d0df992

Please sign in to comment.