Use a transparent image for the welcome dialog

This commit is contained in:
Veronica Berglyd Olsen
2025-06-04 20:37:30 +02:00
parent c63336ade4
commit 8ce6c678aa
5 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -634,7 +634,7 @@ class GuiIcons:
"unfold": ("unfold-show", "unfold-hide"),
}
IMAGE_MAP: Final[dict[str, tuple[str, str]]] = {
"welcome": ("welcome-light.jpg", "welcome-dark.jpg"),
"welcome": ("welcome.webp", "welcome.webp"),
"nw-text": ("novelwriter-text-light.svg", "novelwriter-text-dark.svg"),
}