This commit is contained in:
syuilo 2018-11-06 06:24:31 +09:00
parent 8fd95de25b
commit ac50bb9225
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
4 changed files with 11 additions and 0 deletions

View file

@ -49,6 +49,8 @@ export default function load() {
if (config.localDriveCapacityMb == null) config.localDriveCapacityMb = 256;
if (config.remoteDriveCapacityMb == null) config.remoteDriveCapacityMb = 8;
if (config.autoAdmin == null) config.autoAdmin = false;
return Object.assign(config, mixin);
}