Unverified Commit 35b296c5 authored by asas1asas200's avatar asas1asas200 Committed by GitHub

Fix typo (#160)

parent 94f0a435
...@@ -167,7 +167,7 @@ namespace SwayNotificationCenter { ...@@ -167,7 +167,7 @@ namespace SwayNotificationCenter {
this.revealer.set_transition_duration (this.transition_time); this.revealer.set_transition_duration (this.transition_time);
this.carousel.set_animation_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) { switch (ConfigModel.instance.positionX) {
case PositionX.LEFT: case PositionX.LEFT:
this.carousel.reorder (event_box, 0); this.carousel.reorder (event_box, 0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment