File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Flow.Launcher.Infrastructure/UserSettings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ public static bool PortableDataLocationInUse()
25
25
return false ;
26
26
}
27
27
28
- public static readonly string VersionLogDirectory = Path . Combine ( LogDirectory , Constant . Version ) ;
28
+ public static string VersionLogDirectory => Path . Combine ( LogDirectory , Constant . Version ) ;
29
+ public static string LogDirectory => Path . Combine ( DataDirectory ( ) , Constant . Logs ) ;
29
30
30
- public static readonly string LogDirectory = Path . Combine ( DataDirectory ( ) , Constant . Logs ) ;
31
31
public static readonly string SettingsDirectorty = Path . Combine ( DataDirectory ( ) , Constant . Settings ) ;
32
32
public static readonly string PluginsDirectory = Path . Combine ( DataDirectory ( ) , Constant . Plugins ) ;
33
33
public static readonly string ThemesDirectory = Path . Combine ( DataDirectory ( ) , Constant . Themes ) ;
You can’t perform that action at this time.
0 commit comments