Fix documentation of view release notes actions (#33851)
Follow up for: #33809 Release Notes: - N/A *or* Added/Fixed/Improved ...
This commit is contained in:
parent
b46e961991
commit
12ab53b804
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ actions!(
|
||||||
Check,
|
Check,
|
||||||
/// Dismisses the update error message.
|
/// Dismisses the update error message.
|
||||||
DismissErrorMessage,
|
DismissErrorMessage,
|
||||||
/// Opens the release notes for the current version.
|
/// Opens the release notes for the current version in a browser.
|
||||||
ViewReleaseNotes,
|
ViewReleaseNotes,
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
|
@ -15,7 +15,7 @@ use workspace::notifications::{NotificationId, show_app_notification};
|
||||||
actions!(
|
actions!(
|
||||||
auto_update,
|
auto_update,
|
||||||
[
|
[
|
||||||
/// Opens release notes in the browser for the current version.
|
/// Opens the release notes for the current version in a new tab.
|
||||||
ViewReleaseNotesLocally
|
ViewReleaseNotesLocally
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue