task: Add re-run task button to terminal title (#12379)
Release Notes: - Added re-run task button to terminal title. Close #12277 ## Demo https://github.com/zed-industries/zed/assets/5518/4cd05fa5-4255-412b-8583-68e22f86561e --------- Co-authored-by: Piotr Osiewicz <piotr@zed.dev>
This commit is contained in:
parent
36d0b71f27
commit
3c6c850390
7 changed files with 77 additions and 16 deletions
|
@ -163,6 +163,7 @@ pub enum IconName {
|
|||
ReplaceAll,
|
||||
ReplaceNext,
|
||||
ReplyArrowRight,
|
||||
Rerun,
|
||||
Return,
|
||||
Reveal,
|
||||
Save,
|
||||
|
@ -284,6 +285,7 @@ impl IconName {
|
|||
IconName::ReplaceAll => "icons/replace_all.svg",
|
||||
IconName::ReplaceNext => "icons/replace_next.svg",
|
||||
IconName::ReplyArrowRight => "icons/reply_arrow_right.svg",
|
||||
IconName::Rerun => "icons/rerun.svg",
|
||||
IconName::Return => "icons/return.svg",
|
||||
IconName::Save => "icons/save.svg",
|
||||
IconName::Screen => "icons/desktop.svg",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue