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()
165
165
{
166
166
// we try to enable auto-startup on first launch, or reenable if it was removed
167
167
// but the user still has the setting set
168
- if ( _settings . StartFlowLauncherOnSystemStartup && ! Infrastructure . AutoStartup . IsEnabled )
168
+ if ( _settings . StartFlowLauncherOnSystemStartup && ! Helper . AutoStartup . IsEnabled )
169
169
{
170
170
try
171
171
{
172
172
if ( _settings . UseLogonTaskForStartup )
173
173
{
174
- Infrastructure . AutoStartup . EnableViaLogonTask ( ) ;
174
+ Helper . AutoStartup . EnableViaLogonTask ( ) ;
175
175
}
176
176
else
177
177
{
178
- Infrastructure . AutoStartup . EnableViaRegistry ( ) ;
178
+ Helper . AutoStartup . EnableViaRegistry ( ) ;
179
179
}
180
180
}
181
181
catch ( Exception e )
You can’t perform that action at this time.
0 commit comments