Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Mar 5, 2025
1 parent 0ced75e commit b70e6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teachertool/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const App = () => {
}, []);

async function initColorThemeAsync() {
// We don't currently support switching themes in multiplayer, so just load the default.
// We don't currently support switching themes in code eval, so just load the default.
const themeId = pxt.appTarget?.appTheme?.defaultColorTheme;

if (themeId) {
Expand Down

0 comments on commit b70e6dc

Please sign in to comment.