1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2024-12-18 23:22:52 +01:00

- removed '*use-tk-for-decoding-png*'.

This commit is contained in:
cage 2024-12-13 17:46:53 +01:00
parent 97816d47ca
commit 43bd52393f

View File

@ -26,5 +26,4 @@
(load-image-path (image-filename->filepath filename)))
(defun load-images ()
(let ((nodgui:*use-tk-for-decoding-png* t))
(setf *broken-image* (load-image +broken-image+))))
(setf *broken-image* (load-image +broken-image+)))