mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
fix: use-dialog-box only on android
Accidentally negated the check in6a44a2e. Amend:6a44a2ea80
This commit is contained in:
parent
20c80c461e
commit
d8b36d8b17
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original
|
|||
;; UX: GUIs are inconsistent across systems, desktop environments, and themes,
|
||||
;; but more annoying than that are the inconsistent shortcut keys tied to
|
||||
;; them, so use Emacs instead of GUI popups.
|
||||
(setq use-dialog-box (not (featurep :system 'android))) ; Android dialogs are better UX
|
||||
(setq use-dialog-box (featurep :system 'android)) ; Android dialogs are better UX
|
||||
(when (bound-and-true-p tooltip-mode)
|
||||
(tooltip-mode -1))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue