Skip to content

Commit

Permalink
obviousAlexC/penPlus: don't use isPackaged (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin authored Jun 6, 2024
1 parent 7d8cb51 commit 49c1bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/obviousAlexC/penPlus.js
Original file line number Diff line number Diff line change
Expand Up @@ -4824,7 +4824,7 @@
//Modal themes
_setupTheme() {
//Use a predefined pen+ theme if packaged
if (Scratch.vm.runtime.isPackaged) {
if (typeof scaffolding !== "undefined") {
this._menuBarBackground = "#0FBD8C";
this._defaultBackgroundColor = "white";
this._textColor = "black";
Expand Down

0 comments on commit 49c1bea

Please sign in to comment.