[chore] remove DLC folder from default shared folders

This commit is contained in:
MathieuG-P
2024-10-23 20:52:57 +02:00
parent 40365b44e3
commit ee9e10170c
@@ -8,7 +8,6 @@ export const defaultConfiguration: { [key in DefaultConfigKey]: any } = {
"default-shared-folders": [
window.electron.path.join("Beat Saber_Data", "CustomLevels"),
window.electron.path.join("Beat Saber_Data", "CustomWIPLevels"),
"DLC"
],
};