Przeglądaj źródła

default scan prefix auf empty

hmt 4 lat temu
rodzic
commit
8f0ca20980
1 zmienionych plików z 1 dodań i 1 usunięć
  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