File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Plugins/Flow.Launcher.Plugin.Explorer Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
using Flow . Launcher . Infrastructure . Logger ;
8
8
using Flow . Launcher . Plugin . SharedCommands ;
9
9
using Flow . Launcher . Plugin . Explorer . Search ;
10
- using Flow . Launcher . Plugin . Explorer . Search . QuickAccessLink ;
10
+ using Flow . Launcher . Plugin . Explorer . Search . QuickAccessLinks ;
11
11
using System . Linq ;
12
12
using MessageBox = System . Windows . Forms . MessageBox ;
13
13
using MessageBoxIcon = System . Windows . Forms . MessageBoxIcon ;
Original file line number Diff line number Diff line change 2
2
using System . Linq ;
3
3
using System . Text . Json . Serialization ;
4
4
5
- namespace Flow . Launcher . Plugin . Explorer . Search . QuickAccessLink
5
+ namespace Flow . Launcher . Plugin . Explorer . Search . QuickAccessLinks
6
6
{
7
7
public class AccessLink
8
8
{
Original file line number Diff line number Diff line change 2
2
using System . Collections . Generic ;
3
3
using System . Linq ;
4
4
5
- namespace Flow . Launcher . Plugin . Explorer . Search . QuickAccessLink
5
+ namespace Flow . Launcher . Plugin . Explorer . Search . QuickAccessLinks
6
6
{
7
7
public class QuickAccess
8
8
{
Original file line number Diff line number Diff line change 1
1
using Flow . Launcher . Plugin . Explorer . Search . DirectoryInfo ;
2
- using Flow . Launcher . Plugin . Explorer . Search . QuickAccessLink ;
2
+ using Flow . Launcher . Plugin . Explorer . Search . QuickAccessLinks ;
3
3
using Flow . Launcher . Plugin . Explorer . Search . WindowsIndex ;
4
4
using Flow . Launcher . Plugin . SharedCommands ;
5
5
using System ;
Original file line number Diff line number Diff line change 1
1
using Flow . Launcher . Plugin . Explorer . Search ;
2
- using Flow . Launcher . Plugin . Explorer . Search . QuickAccessLink ;
2
+ using Flow . Launcher . Plugin . Explorer . Search . QuickAccessLinks ;
3
3
using System . Collections . Generic ;
4
4
5
5
namespace Flow . Launcher . Plugin . Explorer
Original file line number Diff line number Diff line change 1
1
using Flow . Launcher . Core . Plugin ;
2
2
using Flow . Launcher . Infrastructure . Storage ;
3
3
using Flow . Launcher . Plugin . Explorer . Search ;
4
- using Flow . Launcher . Plugin . Explorer . Search . QuickAccessLink ;
4
+ using Flow . Launcher . Plugin . Explorer . Search . QuickAccessLinks ;
5
5
using System . Diagnostics ;
6
6
using System . Threading . Tasks ;
7
7
Original file line number Diff line number Diff line change 1
- using Flow . Launcher . Plugin . Explorer . Search . QuickAccessLink ;
1
+ using Flow . Launcher . Plugin . Explorer . Search . QuickAccessLinks ;
2
2
using Flow . Launcher . Plugin . Explorer . ViewModels ;
3
3
using System ;
4
4
using System . Collections . Generic ;
You can’t perform that action at this time.
0 commit comments