diff --git a/Flow.Launcher/App.xaml.cs b/Flow.Launcher/App.xaml.cs index 6a7b892be..ba0f4e5ed 100644 --- a/Flow.Launcher/App.xaml.cs +++ b/Flow.Launcher/App.xaml.cs @@ -201,6 +201,10 @@ namespace Flow.Launcher #pragma warning restore VSTHRD100 // Avoid async void methods + /// + /// Check startup only for Release + /// + [Conditional("RELEASE")] private void AutoStartup() { // we try to enable auto-startup on first launch, or reenable if it was removed