Add live log visibility setting

This commit is contained in:
Mikei386
2026-06-14 22:30:03 +02:00
parent cf8f64739e
commit 82d00bd116
8 changed files with 19 additions and 7 deletions
+1
View File
@@ -35,6 +35,7 @@ type Settings struct {
ResticPath string `json:"resticPath"`
RestoreRoot string `json:"restoreRoot"`
PersistentLogDir string `json:"persistentLogDir,omitempty"`
ShowLiveLog bool `json:"showLiveLog"`
CatchUpWindowHrs int `json:"catchUpWindowHours"`
CheckCron string `json:"checkCron"`
PruneCron string `json:"pruneCron"`