mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-27 23:34:07 +02:00
Make BrowserCache.CacheFolder a property
This commit is contained in:
parent
390872c305
commit
a05460f562
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
namespace TweetDuck.Core.Utils{
|
namespace TweetDuck.Core.Utils{
|
||||||
static class BrowserCache{
|
static class BrowserCache{
|
||||||
public static readonly string CacheFolder = Path.Combine(Program.StoragePath, "Cache");
|
public static string CacheFolder => Path.Combine(Program.StoragePath, "Cache");
|
||||||
|
|
||||||
private static bool ClearOnExit;
|
private static bool ClearOnExit;
|
||||||
private static Timer AutoClearTimer;
|
private static Timer AutoClearTimer;
|
||||||
|
Loading…
Reference in New Issue
Block a user