Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWitch committed Feb 13, 2022
1 parent e805a72 commit 262dfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void dialog_update(Dialog *d) {
fapproach_asymptotic_p(&a->focus, a->target_focus, 0.12, 1e-3);
}

if (d->title.active) {
if(d->title.active) {
if(d->title.timeout > 0) {
fapproach_asymptotic_p(&d->title.box.opacity, 1, 0.05, 1e-3);
if(d->title.box.opacity >= 0.9 ) {
Expand Down

0 comments on commit 262dfc2

Please sign in to comment.