Skip to content

Commit

Permalink
🎨 Modify same copywrite.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenshin committed Nov 8, 2017
1 parent 346a0b1 commit ab0f610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/options/setting.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default class Setting extends React.Component {
onChange={ (s)=>this.onChange(s, "clip" ) } />
<Switch width="100%" checked={ this.props.options.clicked }
thumbedColor="#94AC3C" trackedColor="#94AC3C" waves="md-waves-effect"
label="Popup Tab 栏是否启用点击切换?(默认为鼠标悬停切换)"
label="Popup Tab 栏是否启用点击切换?(取消后则为悬停切换)"
onChange={ (s)=>this.onChange(s, "clicked" ) } />
<Switch width="100%" checked={ this.props.options.menu }
thumbedColor="#94AC3C" trackedColor="#94AC3C" waves="md-waves-effect"
Expand Down

0 comments on commit ab0f610

Please sign in to comment.