mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Check startup only for Release
This commit is contained in:
parent
d01c67f433
commit
94ff72c8f2
1 changed files with 4 additions and 0 deletions
|
|
@ -201,6 +201,10 @@ namespace Flow.Launcher
|
||||||
|
|
||||||
#pragma warning restore VSTHRD100 // Avoid async void methods
|
#pragma warning restore VSTHRD100 // Avoid async void methods
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Check startup only for Release
|
||||||
|
/// </summary>
|
||||||
|
[Conditional("RELEASE")]
|
||||||
private void AutoStartup()
|
private void AutoStartup()
|
||||||
{
|
{
|
||||||
// we try to enable auto-startup on first launch, or reenable if it was removed
|
// we try to enable auto-startup on first launch, or reenable if it was removed
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue