Skip to content

Commit

Permalink
change from restart to refresh outside dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
versecafe committed Jul 20, 2024
1 parent b47f5c1 commit c260dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function MenuBar(): JSX.Element {
</MenuBarExtraItem>
</MenuBarExtraItem>
<MenuBarExtraItem
title="Restart"
title={process.env.NODE_ENV === "development" ? "Restart" : "Refresh"}
icon="arrow.triangle.2.circlepath"
keyEquivalentModifierMask="COMMAND"
keyEquivalent="r"
Expand Down

0 comments on commit c260dca

Please sign in to comment.