This commit is contained in:
crschnick 2023-10-05 16:25:33 +00:00
parent 34b9e1e2c5
commit 87d1d45cae

View file

@ -253,6 +253,7 @@ public class StandardStorage extends DataStorage {
if (!hasFixedLocal) {
var e = DataStoreEntry.createNew(
LOCAL_ID, DataStorage.DEFAULT_CATEGORY_UUID, "Local Machine", new LocalStore());
e.setDirectory(getStoresDir().resolve(LOCAL_ID.toString()));
e.setConfiguration(
StorageElement.Configuration.builder().deletable(false).build());
storeEntries.add(e);