Skip to content

Commit

Permalink
feat(frontend/settings): Re-arrange settings
Browse files Browse the repository at this point in the history
re-ararnges visharaam toggles related #368
Closes #368
  • Loading branch information
saihaj authored and Harjot1Singh committed May 8, 2020
1 parent b079ee2 commit 675e69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/frontend/src/lib/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ export const DEFAULT_OPTIONS = {
vishraamHeavy: true,
vishraamMedium: true,
vishraamLight: true,
vishraamCharacters: false,
vishraamColors: true,
vishraamTransliterationColors: true,
vishraamCharacters: false,
},
sources: {},
hotkeys: Object.values( SHORTCUTS ).reduce( ( hotkeys, { name, sequences } ) => ( {
Expand Down

0 comments on commit 675e69a

Please sign in to comment.