1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Add checkbox for ama

This commit is contained in:
asmsuechan
2017-07-22 08:59:27 +09:00
parent d0b835a825
commit 275e3317a3
4 changed files with 40 additions and 5 deletions

View File

@@ -44,7 +44,12 @@ class Preferences extends React.Component {
switch (this.state.currentTab) {
case 'INFO':
return <InfoTab />
return (
<InfoTab
dispatch={dispatch}
config={config}
/>
)
case 'HOTKEY':
return (
<HotkeyTab