Skip to content

Commit

Permalink
Remove duplicated window args
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jul 10, 2023
1 parent d0432db commit b284593
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/reducers/settings.js
Expand Up @@ -6,7 +6,6 @@ import { dc } from '../ontology'

const defaults = {
completions: 'datatype',
debug: ARGS.debug,
dup: 'prompt',
density: 72,
export: {
Expand All @@ -20,9 +19,7 @@ const defaults = {
localize: true
}
},
fontSize: ARGS.fontSize,
layout: ITEM.LAYOUT.STACKED,
locale: ARGS.locale,
localtime: true,
tagColor: null,
templates: {
Expand Down

0 comments on commit b284593

Please sign in to comment.