Skip to content

Commit

Permalink
disable advanced mode settings access for now
Browse files Browse the repository at this point in the history
  • Loading branch information
brumm committed Jan 3, 2018
1 parent d55cf7b commit 0f359e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Options/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import {
Tabbar,
} from './Layout'

export const AVAILABLE_TABS = ['intro', 'shortcuts', 'appearance', 'advanced']
// export const AVAILABLE_TABS = ['intro', 'shortcuts', 'appearance', 'advanced']
export const AVAILABLE_TABS = ['intro', 'shortcuts', 'appearance']

@observer
export default class Options extends React.Component {
Expand Down

0 comments on commit 0f359e1

Please sign in to comment.