mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-31 17:53:32 +00:00
Profile editor - Remove now unnecessary delay when activating
This commit is contained in:
parent
cf8e6e1b2b
commit
2093c5cb9e
@ -50,9 +50,6 @@ namespace Artemis.UI.Screens.Module
|
|||||||
|
|
||||||
private async Task AddTabsAsync()
|
private async Task AddTabsAsync()
|
||||||
{
|
{
|
||||||
// Give the screen a moment to active without freezing the UI thread
|
|
||||||
await Task.Delay(400);
|
|
||||||
|
|
||||||
// Create the profile editor and module VMs
|
// Create the profile editor and module VMs
|
||||||
if (Module is ProfileModule profileModule)
|
if (Module is ProfileModule profileModule)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user