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()
26
26
return false ;
27
27
}
28
28
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 ) ;
31
31
32
32
public static readonly string CacheDirectory = Path . Combine ( DataDirectory ( ) , Constant . Cache ) ;
33
33
public static readonly string SettingsDirectory = Path . Combine ( DataDirectory ( ) , Constant . Settings ) ;
You can’t perform that action at this time.
0 commit comments