mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 11:59:21 +01:00
settings: get "reduced motion" setting from WinApi
This commit is contained in:
parent
95defa200f
commit
f9847398d2
5 changed files with 62 additions and 5 deletions
|
|
@ -188,7 +188,7 @@ internal sealed partial class ActiveNotification : IActiveNotification
|
|||
set => this.newProgress = value;
|
||||
}
|
||||
|
||||
private static bool ReducedMotions => Service<DalamudConfiguration>.Get().ReduceMotions;
|
||||
private static bool ReducedMotions => Service<DalamudConfiguration>.Get().ReduceMotions ?? false;
|
||||
|
||||
/// <summary>Gets the eased progress.</summary>
|
||||
private float ProgressEased
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue