mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +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);
|
||||
ChangeTime(TimeSpan.Zero);
|
||||
}
|
||||
|
||||
public void ChangeCurrentProfileElement(RenderProfileElement? renderProfileElement)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user