improved settings with sounds bug fix
This commit is contained in:
@@ -16,8 +16,6 @@ public class LightlessNotification
|
||||
public bool ShowProgress { get; set; } = false;
|
||||
public float Progress { get; set; } = 0f;
|
||||
public bool IsMinimized { get; set; } = false;
|
||||
|
||||
// Animation properties
|
||||
public float AnimationProgress { get; set; } = 0f;
|
||||
public bool IsAnimatingIn { get; set; } = true;
|
||||
public bool IsAnimatingOut { get; set; } = false;
|
||||
|
||||
Reference in New Issue
Block a user