Skip to content

Commit

Permalink
Remove Source.CONTINUE
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter committed Dec 21, 2024
1 parent a0bfda8 commit 26486f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InternalUtils.vala
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ namespace Gala {
});
}

return window_actor != null ? Source.REMOVE : Source.CONTINUE;
return Source.REMOVE;
});
}
}
Expand Down

0 comments on commit 26486f9

Please sign in to comment.