Skip to content

Commit

Permalink
Revert default to popup
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlau12 committed Apr 23, 2024
1 parent 06dbd7b commit feb85c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ms-store-badge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class MSStoreBadge extends HTMLElement {
/**
* Indicates whether popup or full mode should be launched.
*/
windowMode: "direct" | "popup" | "full" = "direct";
windowMode: "direct" | "popup" | "full" = "popup";

/**
* Indicates whether badge should be in dark mode, light mode, or auto mode.
Expand Down

0 comments on commit feb85c9

Please sign in to comment.