Skip to content

Commit

Permalink
fix(build): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Dec 21, 2024
1 parent 7609230 commit 480678a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/prompt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2347,10 +2347,6 @@ export class KitPrompt {

this.sendToPrompt(Channel.SET_PID, pid);

// if (promptWindow?.isAlwaysOnTop() && !script?.debug) {
// // promptWindow?.setAlwaysOnTop(false);
// // log.warn(`Prompt is always on top, but not a debug script`);
// }
this.scriptPath = serializableScript.filePath;
kitState.hasSnippet = Boolean(serializableScript?.snippet);
// if (promptScript?.filePath === script?.filePath) return;
Expand Down

0 comments on commit 480678a

Please sign in to comment.