Skip to content

Commit

Permalink
[supervision] Add new session to combobox.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-B committed Feb 3, 2023
1 parent 22729ba commit 33049f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sw/supervision/python/session_widget.py
Expand Up @@ -215,6 +215,8 @@ def handle_save_as(self):
return
programs = self.get_programs()
session = Session(session_name, programs)
self.sessions_combo.addItem(session_name)
self.sessions_combo.setCurrentText(session_name)
self.sessions.append(session)
self.save_sessions()

Expand Down

0 comments on commit 33049f2

Please sign in to comment.