Skip to content

Commit 824b094

Browse files
committed
Fixed floating notifications warning on first map
1 parent 62a2791 commit 824b094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notificationWindow/notificationWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ namespace SwayNotificationCenter {
172172
}
173173

174174
private void set_input_region () {
175-
unowned Gdk.Surface ?surface = window.get_surface ();
175+
unowned Gdk.Surface ?surface = get_surface ();
176176
if (surface == null) {
177177
return;
178178
}

0 commit comments

Comments
 (0)