Variable: system-taskbar-clear-attention-on-frame-focus
system-taskbar-clear-attention-on-frame-focus is a customizable
variable defined in system-taskbar.el.gz.
Value
t
Documentation
Clear the icon attention indicator when any GUI frame is focused.
Back ends that automatically clear the attention indicator, such as macOS/GNUstep and MS-Windows, ignore this option.
This variable was added, or its default value changed, in Emacs 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/system-taskbar.el.gz
(defcustom system-taskbar-clear-attention-on-frame-focus t
"Clear the icon attention indicator when any GUI frame is focused.
Back ends that automatically clear the attention indicator, such as
macOS/GNUstep and MS-Windows, ignore this option."
:type 'boolean
:version "31.1")