File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Plugins/Flow.Launcher.Plugin.Sys Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 22using System . Collections . Generic ;
33using System . Diagnostics ;
44using System . Globalization ;
5- using System . IO ;
65using System . Linq ;
76using System . Runtime . InteropServices ;
87using System . Windows ;
@@ -435,7 +434,7 @@ private List<Result> Commands()
435434 AutoCompleteText = DataLocation . VersionLogDirectory ,
436435 Action = c =>
437436 {
438- _context . API . OpenDirectory ( logPath ) ;
437+ _context . API . OpenDirectory ( DataLocation . VersionLogDirectory ) ;
439438 return true ;
440439 }
441440 } ,
@@ -459,7 +458,7 @@ private List<Result> Commands()
459458 AutoCompleteText = DataLocation . DataDirectory ( ) ,
460459 Action = c =>
461460 {
462- _context . API . OpenDirectory ( userDataPath ) ;
461+ _context . API . OpenDirectory ( DataLocation . DataDirectory ( ) ) ;
463462 return true ;
464463 }
465464 } ,
You can’t perform that action at this time.
0 commit comments