-
Notifications
You must be signed in to change notification settings - Fork 22
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
Useless call in extension activation #158
Comments
I believe this call is to make sure the extension populates the fields in the preferences, as we do not store them as part of the Podman Desktop preferences. /cc: @evidolob |
Adding @benoitf |
I'm not fully sure of what it does as preferences should always be there ? |
Preferences will only be there when we populate with the values from our API/backend. Values we get from the UI will immediately be pushed back to our backend; the SPOT is not within PD. |
I think that was a mistake, we don't need that line. |
Seems to be this function call is useless.
crc-extension/src/extension.ts
Line 53 in 3acf509
The text was updated successfully, but these errors were encountered: