Extend uploader profiles, filters, and diagnostics
This commit is contained in:
@@ -14,6 +14,7 @@ public sealed class SettingsStore
|
||||
};
|
||||
|
||||
public string SettingsPath { get; }
|
||||
public string LogPath { get; }
|
||||
|
||||
public SettingsStore()
|
||||
{
|
||||
@@ -24,6 +25,7 @@ public sealed class SettingsStore
|
||||
|
||||
Directory.CreateDirectory(basePath);
|
||||
SettingsPath = Path.Combine(basePath, "settings.json");
|
||||
LogPath = Path.Combine(basePath, "uploader.log");
|
||||
}
|
||||
|
||||
public PhotoboothSettings Load()
|
||||
|
||||
Reference in New Issue
Block a user