Skip to content

Commit

Permalink
Removed placeholder code
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Wilaby committed Jul 10, 2018
1 parent 73d546d commit e47d745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/main/src/appMenuBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export const AppMenuBuilder = new class AppMenuBuilderImpl implements AppMenuBui
label: 'Theme',
submenu: [
{ label: 'Light', type: 'radio', checked: true },
{ label: 'Dark', type: 'radio', click: (...args) => {debugger;} },
{ label: 'Dark', type: 'radio' },
{ label: 'High contrast', type: 'radio' }
]
}
Expand Down

0 comments on commit e47d745

Please sign in to comment.