mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
6 lines
219 B
Markdown
6 lines
219 B
Markdown
|
---
|
||
|
'tauri': 'patch:breaking'
|
||
|
---
|
||
|
|
||
|
All menu item constructors `accelerator` argument have been changed to `Option<impl AsRef<str>>` so when providing `None` you need to specify the generic argument like `None::<&str>`.
|