Create a section in the history panel to reset scene activity (#5168)

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
Ian McKenzie
2024-08-28 20:34:22 -07:00
committed by GitHub
parent 68738bd227
commit 96fdd94a01
9 changed files with 184 additions and 1 deletions

View File

@@ -137,6 +137,7 @@ type SceneWriter interface {
OHistoryWriter
ViewHistoryWriter
SaveActivity(ctx context.Context, sceneID int, resumeTime *float64, playDuration *float64) (bool, error)
ResetActivity(ctx context.Context, sceneID int, resetResume bool, resetDuration bool) (bool, error)
}
// SceneReaderWriter provides all scene methods.