You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: osu.Game/Database/RealmFileStore.cs
+9-5
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public RealmFileStore(RealmAccess realm, Storage storage)
41
41
/// <param name="realm">The realm instance to add to. Should already be in a transaction.</param>
42
42
/// <param name="addToRealm">Whether the <see cref="RealmFile"/> should immediately be added to the underlying realm. If <c>false</c> is provided here, the instance must be manually added.</param>
43
43
/// <param name="preferHardLinks">Whether this import should use hard links rather than file copy operations if available.</param>
0 commit comments