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()
3131 public static string LogDirectory => Path . Combine ( DataDirectory ( ) , Constant . Logs ) ;
3232
3333 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 ) ;
3737
3838 public static string PluginSettingsDirectory => Path . Combine ( SettingsDirectory , Constant . Plugins ) ;
3939 public static string PluginCacheDirectory => Path . Combine ( DataDirectory ( ) , Constant . Cache , Constant . Plugins ) ;
You can’t perform that action at this time.
0 commit comments