File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Plugins/Flow.Launcher.Plugin.Explorer Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 1
- using Flow . Launcher . Infrastructure . Storage ;
1
+ using Flow . Launcher . Infrastructure . Storage ;
2
2
using Flow . Launcher . Plugin . Explorer . Helper ;
3
3
using Flow . Launcher . Plugin . Explorer . Search ;
4
4
using Flow . Launcher . Plugin . Explorer . Search . Everything ;
@@ -42,14 +42,6 @@ public Task InitAsync(PluginInitContext context)
42
42
43
43
viewModel = new SettingsViewModel ( context , Settings ) ;
44
44
45
-
46
- // as at v1.7.0 this is to maintain backwards compatibility, need to be removed afterwards.
47
- if ( Settings . QuickFolderAccessLinks . Any ( ) )
48
- {
49
- Settings . QuickAccessLinks = Settings . QuickFolderAccessLinks ;
50
- Settings . QuickFolderAccessLinks = new ( ) ;
51
- }
52
-
53
45
contextMenu = new ContextMenu ( Context , Settings , viewModel ) ;
54
46
searchManager = new SearchManager ( Settings , Context ) ;
55
47
ResultManager . Init ( Context , Settings ) ;
You can’t perform that action at this time.
0 commit comments