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

Profile editor - Remove now unnecessary delay when activating

This commit is contained in:
SpoinkyNL 2020-08-26 00:39:11 +02:00
parent cf8e6e1b2b
commit 2093c5cb9e

View File

@ -50,9 +50,6 @@ namespace Artemis.UI.Screens.Module
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
if (Module is ProfileModule profileModule)
{