Use a transparent image for the welcome dialog
This commit is contained in:
@@ -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"),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user