Added seperate collections for other states, moved clean up of penumbra collection out of config. Safe read of ptr on process, fixed notfications on popup and notifications with flags.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace LightlessSync.LightlessConfiguration.Configurations;
|
||||
|
||||
public class PenumbraJanitorConfig : ILightlessConfiguration
|
||||
{
|
||||
public int Version { get; set; } = 0;
|
||||
|
||||
public HashSet<Guid> OrphanableTempCollections { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user