File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ let max = 1
1616
1717window . onload = function ( ) {
1818 pushFormatsToSelect ( )
19- selectDefaultFormat ( )
2019 createByFormat ( getFormatSelected ( ) . lines )
2120}
2221
@@ -177,10 +176,6 @@ function saveCurrent () {
177176 object . manual [ id ] . modes . push ( data )
178177}
179178
180- function selectDefaultFormat ( ) {
181- document . getElementById ( 'formatSelect' ) . value = config . get ( 'defaultFormat' )
182- }
183-
184179function next ( ) {
185180 let i = 1
186181 let isEmpty = true
@@ -199,7 +194,6 @@ function next () {
199194 if ( object . manual [ id ] !== undefined ) {
200195 loadData ( )
201196 } else {
202- selectDefaultFormat ( )
203197 createByFormat ( getFormatSelected ( ) . lines )
204198 max ++
205199 focusFirst ( )
@@ -241,7 +235,6 @@ function deleteData () {
241235 if ( object . manual [ id ] !== undefined ) {
242236 loadData ( )
243237 } else {
244- selectDefaultFormat ( )
245238 createByFormat ( getFormatSelected ( ) . lines )
246239 }
247240 }
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ require('electron-context-menu')({
2525// default main config settings
2626const configNew = {
2727 defaultDownloadPath : 'C:/Export/download.dnl' ,
28- defaultFormat : 'thulb_gross' ,
2928 sortByPPN : false ,
3029 useK10plus : true ,
3130 example : {
You can’t perform that action at this time.
0 commit comments