powerful but friendly backup program that runs in your tray, powered by restic devins.page/restray
go restic system-tray
2

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove read-only check for edit actions

should always keep the edit actions enabled even if the files are read-only, in case the user just wants to look at the config

intergrav (Jul 7, 2026, 10:24 AM EDT) c2ff1ae2 9ed10183

+1 -5
+1 -5
cmd/restray/tray.go
··· 238 238 } else { 239 239 m.SetTitle("Edit " + label) 240 240 } 241 - if fileWritable(path) { 242 - m.Enable() 243 - } else { 244 - m.Disable() 245 - } 241 + m.Enable() 246 242 } 247 243 248 244 hideActions := func() {