We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e96d77 commit 4b70b9bCopy full SHA for 4b70b9b
1 file changed
share/kwipe/main.py
@@ -224,6 +224,7 @@ def on_cancel(self):
224
self.control_list[device][0].current_round,
225
self.control_list[device][0].position,
226
self.control_list[device][0].offset)
227
+ self.create_device_tree()
228
229
def on_clear(self):
230
rows = self.workTableWidget.rowCount()
@@ -247,6 +248,7 @@ def on_finish(self):
247
248
serial = utils.get_partition_info(k)[1]
249
self.remove_status(serial)
250
del self.control_list[k]
251
252
253
def create_action_menu(self):
254
# TreeView Menu
0 commit comments