Browse Source

default scan prefix auf empty

hmt 4 năm trước cách đây
mục cha
commit
8f0ca20980
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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