You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the hidden option applies to both the file & folder browser. I'd like to have the ability to have something like hidden = true for the file browser but hidden = false for the folder browser.
I think turning the hidden option to be able to optionally take a table will be a fairly simple way to accommodate this.
eg. hidden = { file_browser = true, folder_browser = false }.
With this, I'm leaning on changing the default to hidden = { file_browser = false, folder_browser = false }. This will preserve the default behavior but illustrate the capacity to differentiate the hidden option between the browsers.
The text was updated successfully, but these errors were encountered:
With this, I'm leaning on changing the default to hidden = { file_browser = false, folder_browser = false }
#210 has pretty much exactly this in broader scope (ie any option). Users will be able to define their own pickers. I just need the time and motivation to finish it 😅
Leaving this mostly for myself as a reminder.
Currently the
hidden
option applies to both the file & folder browser. I'd like to have the ability to have something likehidden = true
for the file browser buthidden = false
for the folder browser.I think turning the
hidden
option to be able to optionally take a table will be a fairly simple way to accommodate this.eg.
hidden = { file_browser = true, folder_browser = false }
.With this, I'm leaning on changing the default to
hidden = { file_browser = false, folder_browser = false }
. This will preserve the default behavior but illustrate the capacity to differentiate thehidden
option between the browsers.The text was updated successfully, but these errors were encountered: