Demote "no more buttons" error to warning
If the shortmenu or buttons were disabled, this error would break the dashboard (and Doom). Mentioned in #2024
This commit is contained in:
parent
44d5e097c9
commit
c37bdf71d1
1 changed files with 3 additions and 2 deletions
|
@ -200,8 +200,9 @@ PLIST can have the following properties:
|
||||||
(if (button-at (point))
|
(if (button-at (point))
|
||||||
(forward-button 0)
|
(forward-button 0)
|
||||||
(backward-button 1)))
|
(backward-button 1)))
|
||||||
(progn (goto-char (point-min))
|
(ignore-errors
|
||||||
(forward-button 1))))
|
(goto-char (point-min))
|
||||||
|
(forward-button 1))))
|
||||||
|
|
||||||
(defun +doom-dashboard-reload-maybe-h ()
|
(defun +doom-dashboard-reload-maybe-h ()
|
||||||
"Reload the dashboard or its state.
|
"Reload the dashboard or its state.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue