feat(notifications): add settings and migration
This commit is contained in:
@@ -220,6 +220,13 @@ export function createRendererSettings(settings: AppSettings): RendererSettings
|
||||
notifyOnPackageCompleted: settings.notifyOnPackageCompleted,
|
||||
notifyOnPackageFailed: settings.notifyOnPackageFailed,
|
||||
notifyOnRunFinished: settings.notifyOnRunFinished,
|
||||
notifyPackageSuccessMode: settings.notifyPackageSuccessMode,
|
||||
notifyOnRemainingBelow: settings.notifyOnRemainingBelow,
|
||||
notifyRemainingThresholdGb: settings.notifyRemainingThresholdGb,
|
||||
notifyOnDownloadStall: settings.notifyOnDownloadStall,
|
||||
notifyStallAfterSeconds: settings.notifyStallAfterSeconds,
|
||||
notifyStallCooldownMinutes: settings.notifyStallCooldownMinutes,
|
||||
notifyOnDownloadRecovery: settings.notifyOnDownloadRecovery,
|
||||
totalDownloadedAllTime: settings.totalDownloadedAllTime,
|
||||
totalCompletedFilesAllTime: settings.totalCompletedFilesAllTime,
|
||||
totalRuntimeAllTimeMs: settings.totalRuntimeAllTimeMs,
|
||||
|
||||
Reference in New Issue
Block a user