-
I want all DirSheets to automatically open with filenames sorted descending. I tried this:
But it results in this: Notice how the arrow says descending, but the actual filenames are ascending? Doing What can I do to make this work? |
Beta Was this translation helpful? Give feedback.
Answered by
saulpw
Feb 24, 2025
Replies: 1 comment 1 reply
-
It looks like |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cool-RR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like
afterLoad
is too late. TrybeforeLoad
?