Skip to content

Commit

Permalink
[PWA]: Create PWAs, not shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
fallaciousreasoning committed Nov 4, 2024
1 parent 70595b5 commit 9450f49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chromium_src/chrome/common/chrome_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ OVERRIDE_FEATURE_DEFAULT_STATES({{
#if !BUILDFLAG(IS_ANDROID)
{kWebAppUniversalInstall, base::FEATURE_DISABLED_BY_DEFAULT},
#endif
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
{kShortcutsNotApps, base::FEATURE_DISABLED_BY_DEFAULT},
#endif
}});

} // namespace features

0 comments on commit 9450f49

Please sign in to comment.