1
0
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:
Robert 2022-02-05 11:37:56 +01:00
parent bc1b44069c
commit 0b42e7f510

View File

@ -160,6 +160,7 @@ internal class ProfileEditorService : IProfileEditorService
}
_profileConfigurationSubject.OnNext(profileConfiguration);
ChangeTime(TimeSpan.Zero);
}
public void ChangeCurrentProfileElement(RenderProfileElement? renderProfileElement)