mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 03:02:49 +00:00
Fix compilation warning
This commit is contained in:
parent
1f4f84093a
commit
7d8a792d60
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ namespace Bar
|
||||||
case Center: return TransitionType::SlideLeft;
|
case Center: return TransitionType::SlideLeft;
|
||||||
case Left: return TransitionType::SlideRight;
|
case Left: return TransitionType::SlideRight;
|
||||||
}
|
}
|
||||||
|
return TransitionType::SlideLeft;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool RotatedIcons()
|
bool RotatedIcons()
|
||||||
|
|
Loading…
Reference in a new issue