Skip to content

Commit bd40512

Browse files
- Fixed background transparency issue
1 parent 989c8e3 commit bd40512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/WelcomeWindow/Views/WelcomeWindow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public struct WelcomeWindow<RecentsView: View, SubtitleView: View>: Scene {
6161
window.standardWindowButton(.closeButton)?.isHidden = true
6262
window.standardWindowButton(.miniaturizeButton)?.isHidden = true
6363
window.standardWindowButton(.zoomButton)?.isHidden = true
64-
window.hasShadow = true
64+
window.backgroundColor = .clear
6565
window.isMovableByWindowBackground = true
6666
}
6767
}

0 commit comments

Comments
 (0)