Skip to content

Commit

Permalink
Merge pull request #412 from highperformancecoder/bugfix-1661-recent-…
Browse files Browse the repository at this point in the history
…files-namager

Also add recent file when "save as" selected. For #1661.
  • Loading branch information
highperformancecoder authored Jan 8, 2024
2 parents 438c5c9 + e7aca9a commit 5ce1e7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ export class CommandsManager {
WindowManager.getMainWindow().setTitle(filePath);
this.currentMinskyModelFilePath=filePath;
minsky.save(filePath);
ipcMain.emit(events.ADD_RECENT_FILE, null, filePath);
}

static async editHandleDescription(ravel: Ravel, handleIndex: number) {
Expand Down

0 comments on commit 5ce1e7e

Please sign in to comment.