소스 검색

default scan prefix auf empty

hmt 4 년 전
부모
커밋
8f0ca20980
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main.js

+ 1 - 1
src/main.js

@@ -9,7 +9,7 @@ const configFile = new Store({
     windowBounds: {
       main: { width: 1800, height: 800 }
     },
-    scan_prefix: 'AAA'
+    scan_prefix: ''
   }
 });
 const configData = configFile.store