Skip to content

Commit

Permalink
fix: compatible with 25.x
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangou committed Apr 8, 2024
1 parent 120f5d3 commit e829606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doom-modeline-segments.el
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ one. The ignored buffers are excluded unless `aw-ignore-on' is nil."
;; Exclude minibuffer, tooltip and child frames
(unless (or (and (fboundp 'frame-parent) (frame-parent frame))
(string= (frame-parameter frame 'name)
(alist-get 'name tooltip-frame-parameters)))
(alist-get 'name (bound-and-true-p tooltip-frame-parameters))))
(window-list frame 'never)))
(visible-frame-list))
1))
Expand Down

0 comments on commit e829606

Please sign in to comment.