Skip to content

Commit 94ff72c

Browse files
committed
Check startup only for Release
1 parent d01c67f commit 94ff72c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Flow.Launcher/App.xaml.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ await API.StopwatchLogInfoAsync(ClassName, "Startup cost", async () =>
201201

202202
#pragma warning restore VSTHRD100 // Avoid async void methods
203203

204+
/// <summary>
205+
/// Check startup only for Release
206+
/// </summary>
207+
[Conditional("RELEASE")]
204208
private void AutoStartup()
205209
{
206210
// we try to enable auto-startup on first launch, or reenable if it was removed

0 commit comments

Comments
 (0)