Skip to content

Commit

Permalink
Merge pull request romannurik#27 from c5inco/master
Browse files Browse the repository at this point in the history
Add 4x export option
  • Loading branch information
romannurik committed Jul 6, 2019
2 parents ab081ea + 21fe3be commit 40ff8bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const PREFS_KEY = 'export_options';
export const EXPORT_SCALES = [
{ value: 1, label: '1x' },
{ value: 2, label: '2x' },
{ value: 4, label: '4x' },
];


Expand Down

0 comments on commit 40ff8bb

Please sign in to comment.