Skip to content

Conversation

alinsalaru
Copy link

@alinsalaru alinsalaru commented Sep 1, 2025

…after a period of time

The Problem:

  • When loading saved SSH keys from settings, appending occurred to the
    existing model without clearing it first
  • Each time you saved settings, the keys would get duplicated exponentially: 1 → 2 →
    4 → 8 → 16 → ...

This means that every time the dialog opens, it appends the saved keys to whatever keys are already in the model, possible culprit to bloating performance to whole app.

Related with: #1160

…after a period of time

This means that every time the dialog opens, it appends the saved keys to whatever keys are already in the model, bloating the whole app.
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.

1 participant