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 1224eb4 commit daf1b0dCopy full SHA for daf1b0d
lib/AnimationsSettings.vala
@@ -26,7 +26,7 @@ namespace AnimationsSettings {
26
/**
27
* Utility that returns the given duration or 0 if animations are disabled.
28
*/
29
- public uint get_animation_duration (uint duration) {
+ public inline uint get_animation_duration (uint duration) {
30
return enable_animations ? duration : 0;
31
}
32
0 commit comments