Skip to content

Commit

Permalink
fix: open most recent server type tab on app launch (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
eglitise authored Aug 18, 2024
1 parent d9ccb20 commit 2780c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/common/renderer/components/Session/Session.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ const Session = (props) => {
bindWindowClose();
switchTabs(SESSION_BUILDER_TABS.CAPS_BUILDER);
await getSavedSessions();
await setVisibleProviders();
await setSavedServerParams();
await setLocalServerParams();
await setVisibleProviders();
initFromQueryString(loadNewSession);
await setStateFromAppiumFile();
ipcRenderer.on('open-file', (_, filePath) => setStateFromAppiumFile(filePath));
Expand Down

0 comments on commit 2780c2c

Please sign in to comment.