Skip to content

Commit

Permalink
Update find_image docstring to clarify image selection process for lo…
Browse files Browse the repository at this point in the history
…cal and remote modes
  • Loading branch information
Al3cr1s committed Dec 11, 2024
1 parent d45b1c0 commit a0df343
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dialogs/NetworkSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,9 @@ def autocomplete_port(self, completion):

def find_image(self):
"""
This function opens a different dialog if
the user is in local or remote mode to search for a write image.
Opens a dialog to select a system image.
If in remote mode, it connects to the server and lets the user choose an image from the server's image directory.
If in local mode, it opens a file dialog to select an image from the local filesystem.
"""

if self.serverModeComboBox.currentText() == REMOTE_MODE:
Expand Down

0 comments on commit a0df343

Please sign in to comment.