Skip to content

Commit

Permalink
fix: power icon
Browse files Browse the repository at this point in the history
  • Loading branch information
songkeys committed Jun 27, 2024
1 parent e358cef commit cf6ffd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions icons/mgc/power_outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/renderer/src/hooks/biz/useEntryActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const useEntryActions = ({
key: "tip",
shortcut: shortcuts.entry.tip.key,
name: `Tip`,
className: "i-mgc-power-mono",
className: "i-mgc-power-outline",
// disabled: !canTip,
onClick: () => {
nextFrame(openTipModal)
Expand Down

0 comments on commit cf6ffd4

Please sign in to comment.