diff --git a/src/Bar.cpp b/src/Bar.cpp index cbeb734..718fece 100644 --- a/src/Bar.cpp +++ b/src/Bar.cpp @@ -35,6 +35,7 @@ namespace Bar case Center: return TransitionType::SlideLeft; case Left: return TransitionType::SlideRight; } + return TransitionType::SlideLeft; } bool RotatedIcons()