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:
parent
cf8e6e1b2b
commit
2093c5cb9e
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user