Skip to content

Commit

Permalink
Merge branch 'main' into update-small-font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Apr 10, 2024
2 parents 2224299 + 30cbc23 commit 0acf4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/progress/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const get = (name) => {
export function resume(name) {
const global = this ? this.load(name) : get(name);

let commandToResume = global["page-before-exit"] || "//start";
let commandToResume = global["page-before-exit"] || "//details";
updateURLParams({ project: name });

if (this) this.onTransition(commandToResume);
Expand Down

0 comments on commit 0acf4d7

Please sign in to comment.