feature: long press to save original illust
This commit is contained in:
@@ -363,7 +363,6 @@ namespace Pixiview.Illust
|
||||
|
||||
public class IllustCollection : List<IllustItem>
|
||||
{
|
||||
private static readonly object sync = new object();
|
||||
private static IllustCollection empty;
|
||||
|
||||
public static IllustCollection Empty
|
||||
@@ -387,7 +386,8 @@ namespace Pixiview.Illust
|
||||
running = true;
|
||||
}
|
||||
|
||||
private bool running;
|
||||
private readonly object sync = new object();
|
||||
private volatile bool running;
|
||||
public bool Running
|
||||
{
|
||||
get => running;
|
||||
|
||||
Reference in New Issue
Block a user