From 437827c9bec5e9214fc5c6cad403d02b66b631c3 Mon Sep 17 00:00:00 2001 From: Kat21 <49850194+datkat21@users.noreply.github.com> Date: Sun, 14 Jan 2024 08:17:41 -0800 Subject: [PATCH] Fix theme editor typo --- pkgs/kat/theme-editor/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/kat/theme-editor/app.js b/pkgs/kat/theme-editor/app.js index 07f03d4..e95b093 100644 --- a/pkgs/kat/theme-editor/app.js +++ b/pkgs/kat/theme-editor/app.js @@ -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;