Skip to content

Commit

Permalink
Fix typo (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
asas1asas200 authored Aug 30, 2022
1 parent 94f0a43 commit 35b296c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notification/notification.vala
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ namespace SwayNotificationCenter {
this.revealer.set_transition_duration (this.transition_time);

this.carousel.set_animation_duration (this.transition_time);
// Changes the swipte direction depending on the notifications X position
// Changes the swipe direction depending on the notifications X position
switch (ConfigModel.instance.positionX) {
case PositionX.LEFT:
this.carousel.reorder (event_box, 0);
Expand Down

0 comments on commit 35b296c

Please sign in to comment.