Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d995dc3c48 | ||
|
|
759d7e61d3 |
@@ -3,3 +3,4 @@ obj/
|
|||||||
*.user
|
*.user
|
||||||
history.json
|
history.json
|
||||||
settings.json
|
settings.json
|
||||||
|
*.zip
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@ namespace Futonizer;
|
|||||||
public partial class MainWindow : FluentWindow
|
public partial class MainWindow : FluentWindow
|
||||||
{
|
{
|
||||||
private const int MaxConcurrentScans = 10;
|
private const int MaxConcurrentScans = 10;
|
||||||
private const int MaxConcurrentStrips = 5;
|
private const int MaxConcurrentStrips = 3;
|
||||||
|
|
||||||
private AppSettings _settings = new();
|
private AppSettings _settings = new();
|
||||||
private readonly ObservableCollection<QueuedFileItem> _fileQueue = new();
|
private readonly ObservableCollection<QueuedFileItem> _fileQueue = new();
|
||||||
|
|||||||
Reference in New Issue
Block a user