Skip to content

Commit

Permalink
Remove 'import all' option. Confusing - generating duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustem Mussabekov committed Feb 23, 2024
1 parent dafd7ea commit 534b16a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/routes/settings/import/mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import Alert from '~co/common/alert'

class ImportMode extends React.Component {
modes = [
[
'all',
t.s('import')+' '+t.s('all').toLowerCase()
],
// [
// 'all',
// t.s('import')+' '+t.s('all').toLowerCase()
// ],
[
'new',
t.s('only')+' '+(t.s('newString')+' '+t.s('folders')+' '+t.s('und')+' '+t.s('bookmarks')).toLowerCase()
Expand Down

0 comments on commit 534b16a

Please sign in to comment.