Skip to content

Commit

Permalink
Also add recent file when "save as" selected. For #1661.
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Jan 4, 2024
1 parent 033bcdf commit 5275438
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,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 5275438

Please sign in to comment.