mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-01-02 10:43:31 +00:00
Profile editor - Reset time to zero when opening a new profile
This commit is contained in:
parent
bc1b44069c
commit
0b42e7f510
@ -160,6 +160,7 @@ internal class ProfileEditorService : IProfileEditorService
|
|||||||
}
|
}
|
||||||
|
|
||||||
_profileConfigurationSubject.OnNext(profileConfiguration);
|
_profileConfigurationSubject.OnNext(profileConfiguration);
|
||||||
|
ChangeTime(TimeSpan.Zero);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void ChangeCurrentProfileElement(RenderProfileElement? renderProfileElement)
|
public void ChangeCurrentProfileElement(RenderProfileElement? renderProfileElement)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user