1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Editor - Always tick after executing a command

This commit is contained in:
Robert 2022-07-31 17:37:47 +02:00
parent 5c4175ed9c
commit cde750548d

View File

@ -393,6 +393,7 @@ internal class ProfileEditorService : IProfileEditorService
}
history.Execute.Execute(command).Subscribe();
Tick(_timeSubject.Value);
}
catch (Exception e)
{