Skip to content

Commit

Permalink
replace default config kill with shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
UnchartedBull authored and kantlivelong committed May 5, 2021
1 parent 3ff1afa commit 03dd110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/config/config.default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ export const defaultConfig: Config = {
exit: false,
},
{
icon: 'skull',
command: '[!KILL]',
icon: 'power-off',
command: '[!SHUTDOWN]',
color: '#e84118',
confirm: true,
exit: false,
Expand Down

0 comments on commit 03dd110

Please sign in to comment.