Skip to content

Commit

Permalink
Fix theme editor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
datkat21 authored Jan 14, 2024
1 parent 7307cfe commit 437827c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/kat/theme-editor/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ export default {
let result = await Root.Modal.prompt(
"Warning",
"You have unsaved changes, are you sure you want to exit?",
NpWindow.window
MyWindow.window
);
if (result !== true) {
return false;
Expand Down

0 comments on commit 437827c

Please sign in to comment.