Skip to content

Commit b4b9a35

Browse files
committed
Give toast window higher level
1 parent 04b68ba commit b4b9a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/SuggestionWidget/WidgetWindowsController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ public final class WidgetWindows {
803803
it.isReleasedWhenClosed = false
804804
it.isOpaque = false
805805
it.backgroundColor = .clear
806-
it.level = widgetLevel(0)
806+
it.level = widgetLevel(2)
807807
it.hasShadow = false
808808
it.contentView = NSHostingView(
809809
rootView: ToastPanelView(store: store.scope(

0 commit comments

Comments
 (0)