Preserve QPowerPoint slide backgrounds

This commit is contained in:
Курнат Андрей
2026-06-01 06:43:17 +03:00
parent 24206eb8bb
commit 4377e5279e
8 changed files with 119 additions and 5 deletions
+1
View File
@@ -64,6 +64,7 @@ export interface Slide {
subtitle: string;
notes: string;
theme: "classic" | "ocean" | "graphite";
backgroundColor?: string;
images?: SlideImage[];
}