File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,17 +165,17 @@ private void AutoStartup()
165165 {
166166 // we try to enable auto-startup on first launch, or reenable if it was removed
167167 // but the user still has the setting set
168- if ( _settings . StartFlowLauncherOnSystemStartup && ! Infrastructure . AutoStartup . IsEnabled )
168+ if ( _settings . StartFlowLauncherOnSystemStartup && ! Helper . AutoStartup . IsEnabled )
169169 {
170170 try
171171 {
172172 if ( _settings . UseLogonTaskForStartup )
173173 {
174- Infrastructure . AutoStartup . EnableViaLogonTask ( ) ;
174+ Helper . AutoStartup . EnableViaLogonTask ( ) ;
175175 }
176176 else
177177 {
178- Infrastructure . AutoStartup . EnableViaRegistry ( ) ;
178+ Helper . AutoStartup . EnableViaRegistry ( ) ;
179179 }
180180 }
181181 catch ( Exception e )
You can’t perform that action at this time.
0 commit comments