We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f0a43 commit 35b296cCopy full SHA for 35b296c
1 file changed
src/notification/notification.vala
@@ -167,7 +167,7 @@ namespace SwayNotificationCenter {
167
this.revealer.set_transition_duration (this.transition_time);
168
169
this.carousel.set_animation_duration (this.transition_time);
170
- // Changes the swipte direction depending on the notifications X position
+ // Changes the swipe direction depending on the notifications X position
171
switch (ConfigModel.instance.positionX) {
172
case PositionX.LEFT:
173
this.carousel.reorder (event_box, 0);
0 commit comments