File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Flow.Launcher.Infrastructure/UserSettings Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ public static bool PortableDataLocationInUse()
31
31
public static string LogDirectory => Path . Combine ( DataDirectory ( ) , Constant . Logs ) ;
32
32
33
33
public static string CacheDirectory => Path . Combine ( DataDirectory ( ) , Constant . Cache ) ;
34
- public static string SettingsDirectory = Path . Combine ( DataDirectory ( ) , Constant . Settings ) ;
35
- public static string PluginsDirectory = Path . Combine ( DataDirectory ( ) , Constant . Plugins ) ;
36
- public static string ThemesDirectory = Path . Combine ( DataDirectory ( ) , Constant . Themes ) ;
34
+ public static string SettingsDirectory => Path . Combine ( DataDirectory ( ) , Constant . Settings ) ;
35
+ public static string PluginsDirectory => Path . Combine ( DataDirectory ( ) , Constant . Plugins ) ;
36
+ public static string ThemesDirectory => Path . Combine ( DataDirectory ( ) , Constant . Themes ) ;
37
37
38
38
public static string PluginSettingsDirectory => Path . Combine ( SettingsDirectory , Constant . Plugins ) ;
39
39
public static string PluginCacheDirectory => Path . Combine ( DataDirectory ( ) , Constant . Cache , Constant . Plugins ) ;
You can’t perform that action at this time.
0 commit comments