Skip to content

Commit

Permalink
Don't try to start a broken connection to Evince, fix #3818
Browse files Browse the repository at this point in the history
  • Loading branch information
PHPirates committed Dec 28, 2024
1 parent 25c8218 commit e1d3726
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ object EvinceInverseSearchListener {
}
catch (e: Exception) {
Notification("LaTeX", "Cannot get connection to DBus", "Check if the correct packages are installed", NotificationType.ERROR).notify(project)
return
}
}

Expand Down

0 comments on commit e1d3726

Please sign in to comment.