From a0df343db1af81111f836d8072b4cb69e877f956 Mon Sep 17 00:00:00 2001 From: Al3cr1s <153731375+Al3cr1s@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:08:00 +0100 Subject: [PATCH] Update find_image docstring to clarify image selection process for local and remote modes --- dialogs/NetworkSettings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dialogs/NetworkSettings.py b/dialogs/NetworkSettings.py index 7016414..4fd9198 100644 --- a/dialogs/NetworkSettings.py +++ b/dialogs/NetworkSettings.py @@ -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: