Skip to content

Commit b90cfb6

Browse files
committed
fix: improve distinction between Boot and Shutdown icons
in the tray menu, they are small enough and close enough in shapes that they are fairly indistinguishable from eachother.
1 parent f38fd1c commit b90cfb6

File tree

5 files changed

+1
-2
lines changed

5 files changed

+1
-2
lines changed
Loading
Loading
Binary file not shown.
Binary file not shown.

plugins/plugin-codeflare/src/tray/icons.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import profile from "@kui-shell/client/icons/png/profileTemplate.png"
2020
import bug from "@kui-shell/client/icons/png/bugTemplate.png"
2121
import powerOff from "@kui-shell/client/icons/png/powerOffTemplate.png"
2222
import play from "@kui-shell/client/icons/png/playTemplate.png"
23-
import stop from "@kui-shell/client/icons/png/stopTemplate.png"
2423

2524
import { join } from "path"
2625

@@ -35,4 +34,4 @@ export const profileIcon = iconFor(profile)
3534
export const bugIcon = iconFor(bug)
3635
export const powerOffIcon = iconFor(powerOff)
3736
export const bootIcon = iconFor(play)
38-
export const shutDownIcon = iconFor(stop)
37+
export const shutDownIcon = iconFor(powerOff)

0 commit comments

Comments
 (0)