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
There's currently no easy way to unbind preferences that were bound with bind_preference. There are some situations where it would be useful to be able to do so. One example is during testing, where one sometimes wants to swap out the current file-backed preferences for a simpler preferences object in order to avoid the test writing to the preferences file unnecessarily.
The text was updated successfully, but these errors were encountered:
There's currently no easy way to unbind preferences that were bound with
bind_preference
. There are some situations where it would be useful to be able to do so. One example is during testing, where one sometimes wants to swap out the current file-backed preferences for a simpler preferences object in order to avoid the test writing to the preferences file unnecessarily.The text was updated successfully, but these errors were encountered: