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 @@ -26,8 +26,8 @@ public static bool PortableDataLocationInUse()
2626 return false ;
2727 }
2828
29- public static readonly string VersionLogDirectory = Path . Combine ( LogDirectory , Constant . Version ) ;
30- public static readonly string LogDirectory = Path . Combine ( DataDirectory ( ) , Constant . Logs ) ;
29+ public static string VersionLogDirectory => Path . Combine ( LogDirectory , Constant . Version ) ;
30+ public static string LogDirectory => Path . Combine ( DataDirectory ( ) , Constant . Logs ) ;
3131
3232 public static readonly string CacheDirectory = Path . Combine ( DataDirectory ( ) , Constant . Cache ) ;
3333 public static readonly string SettingsDirectory = Path . Combine ( DataDirectory ( ) , Constant . Settings ) ;
You can’t perform that action at this time.
0 commit comments