Description
Clicking Start in the control panel already validates that the interview config (full name, profile data) is set before starting the assistant, and shows an error toast when it isn't (checkCanStart in src/renderer/components/custom/control-panel/index.tsx). However, it does not open the Configuration dialog, leaving the user to find the menu item themselves after reading the toast.
Expected behavior
If username or profile is not configured, the app should show an error toast and open the configuration dialog so the user can fix it immediately.
Actual behavior
Only the error toast is shown; the user has to manually open the menu and click "Configuration".
Description
Clicking Start in the control panel already validates that the interview config (full name, profile data) is set before starting the assistant, and shows an error toast when it isn't (
checkCanStartinsrc/renderer/components/custom/control-panel/index.tsx). However, it does not open the Configuration dialog, leaving the user to find the menu item themselves after reading the toast.Expected behavior
If username or profile is not configured, the app should show an error toast and open the configuration dialog so the user can fix it immediately.
Actual behavior
Only the error toast is shown; the user has to manually open the menu and click "Configuration".