Skip to content

Commit

Permalink
ui: add new window button (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Tsai authored Sep 2, 2024
1 parent d358e15 commit cbc8929
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
26 changes: 13 additions & 13 deletions resources/panel.html

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/webview.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@ impl Window {
// TODO Set EmbedderMsg::Status to None
}
"REFRESH" => {
// send_to_constellation(sender, ConstellationMsg::Reload(id));
send_to_constellation(sender, ConstellationMsg::Reload(id));
}
"NEW_WINDOW" => {
return true;
}
"MINIMIZE" => {
Expand Down

0 comments on commit cbc8929

Please sign in to comment.