Skip to content
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

fix default factory error #112 #120

Merged
merged 1 commit into from
Mar 6, 2025
Merged

fix default factory error #112 #120

merged 1 commit into from
Mar 6, 2025

Conversation

jbdesbas
Copy link
Member

@jbdesbas jbdesbas commented Mar 4, 2025

Corrige le message d'erreur lors de l'utilisation du bouton "Réinitialiser les paramètres par défaut".
(+ suppression d'une fonction non utilisée)

@jbdesbas jbdesbas self-assigned this Mar 4, 2025
@@ -198,8 +198,6 @@ def reset_settings(self):
self.plg_settings.save_from_object(default_settings)
self.load_settings()

# Call download function
self.download_tree_config_file(end_slot=self.plugin_config_file_reloaded)
Copy link
Member Author

@jbdesbas jbdesbas Mar 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il n'est pas nécessaire de re-télécharger les fichiers au clic sur le bouton, car cela se fait lors de la validation des settings.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, cool.

@jbdesbas jbdesbas merged commit 656aa85 into dev Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants