mirror of https://codeberg.org/cage/tinmop/
- removed '*use-tk-for-decoding-png*'.
This commit is contained in:
parent
fb7b398608
commit
b91c0786e8
|
@ -123,7 +123,6 @@
|
|||
(client-configuration:config-icons-scaling))))
|
||||
|
||||
(defun load-icons ()
|
||||
(let ((nodgui:*use-tk-for-decoding-png* t))
|
||||
(setf *search* (load-icon +search+))
|
||||
(setf *back* (load-icon +back+))
|
||||
(setf *open-iri* (load-icon +go+))
|
||||
|
@ -149,4 +148,4 @@
|
|||
(setf *profile* (load-icon +profile+))
|
||||
(setf *profile-disabled* (disable-icon +profile+))
|
||||
(setf *toc* (load-icon +toc+))
|
||||
(setf *toc-disabled* (disable-icon +toc+))))
|
||||
(setf *toc-disabled* (disable-icon +toc+)))
|
||||
|
|
Loading…
Reference in New Issue