()
| 1621 | const { project, setProject, editorInstance, projectHistory } = |
| 1622 | useEditorContext(); |
| 1623 | const isNoneBackground = () => |
| 1624 | project.background.padding === 0 && project.background.rounding === 0; |
| 1625 | const initialCurrentDesktopBackgroundPath = () => { |
| 1626 | const source = project.background.source; |
| 1627 | if (source.type !== "wallpaper" || !source.path) return null; |
no outgoing calls
no test coverage detected