Skip to content

Commit

Permalink
Bump 0.0.3-2 to 0.0.3-2, fixed SaveEdit
Browse files Browse the repository at this point in the history
  • Loading branch information
ffreemt committed Feb 4, 2023
1 parent 21726b4 commit e58f11b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -824,14 +824,14 @@ const menuTemplate = [
},
{
label: 'localhost-dezbee(5555)',
enabled: false,
// enabled: false,
type: 'radio',
checked: engineState.localhost_dezbee,
click: e => { handleRadio('localhost_dezbee') }
},
{
label: 'localhost-mlbee(8501)',
enabled: false,
// enabled: false,
type: 'radio',
checked: false,
click: e => { handleRadio('localhost_dezbee') }
Expand Down

0 comments on commit e58f11b

Please sign in to comment.