Default shared folder feature to disabled.

This commit is contained in:
Mashintime 2023-02-28 16:07:49 -05:00
parent d052f792ca
commit b8d1944c58

View file

@ -92,7 +92,7 @@ const configDefaultSettings =
"enable_is_writing" : "True", \
"shared_folder_path" : ".", \
"enable_request_profile" : "True", \
"enable_request_shared_folder" : "True" \
"enable_request_shared_folder" : "False" \
}';
if (!fs.existsSync(configPath)) {