Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
Fix MAS menu bar browser is not attached to menu bar (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
quanglam2807 committed Feb 17, 2022
1 parent 9a2aee5 commit e34d728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main-src/libs/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const initCachedPreferences = () => {
// this feature used to be free on MAS
// so we need this code to deactivate it for free users
// note: this feature is always free witH WebCatalog
if (isMas() && !appJson.registered && !cachedPreferences.iapPurchased) {
if (isMas() && !isMenubarBrowser() && !appJson.registered && !cachedPreferences.iapPurchased) {
cachedPreferences.attachToMenubar = false;
}

Expand Down

0 comments on commit e34d728

Please sign in to comment.