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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user