-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keep the selected provider when closing/reopening #168
Comments
Hey, |
IMO the "refresh" button is only pushed when a new provider was added. So I would guess we can leave it as is. |
If we want to make it dynamic and not have to come back to the provider settings all the time, we need to do this when the dropdown value of the combobox is changed. This might work for the combo box. We could then store the active provider in the config and load it from there to also persist the choice for multiple QGIS sessions. |
While we could set any provider as "active" when the value of the combo box changes, I don't think this is possible for the dropdown of the processing scripts. |
Further discussion revealed, that this could also happen on closing the window, so that would mimic setting it whenever the value in the dropdown changes (unless someone has both windows open at the same time…) |
Here's what I did
Add a custom provider. Select it. Close the Plugin and reopen it.
Here's what I got
The selection always switches back to the default one.
Here's what I was expecting
The last choice should be remembered.
Here's what I think could be improved
The text was updated successfully, but these errors were encountered: