Skip to content

Commit 79f81a6

Browse files
committed
Improve code quality
1 parent 42b2fd1 commit 79f81a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/App.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ await API.StopwatchLogInfoAsync(ClassName, "Startup cost", async () =>
251251
/// Check startup only for Release
252252
/// </summary>
253253
[Conditional("RELEASE")]
254-
private void AutoStartup()
254+
private static void AutoStartup()
255255
{
256256
// we try to enable auto-startup on first launch, or reenable if it was removed
257257
// but the user still has the setting set
@@ -272,7 +272,7 @@ private void AutoStartup()
272272
}
273273

274274
[Conditional("RELEASE")]
275-
private void AutoUpdates()
275+
private static void AutoUpdates()
276276
{
277277
_ = Task.Run(async () =>
278278
{

0 commit comments

Comments
 (0)