Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 55b03a5

Browse files
authored
Merge release/1.126.0 into main
2 parents 2430676 + edf7339 commit 55b03a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Configuration/BuildNumber.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CURRENT_PROJECT_VERSION = 364
1+
CURRENT_PROJECT_VERSION = 366

DuckDuckGo/NewTabPage/NewTabPageActionsManagerExtension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extension NewTabPageActionsManager {
3838
let favoritesModel = NewTabPageFavoritesModel(
3939
actionsHandler: DefaultFavoritesActionsHandler(),
4040
favoritesPublisher: favoritesPublisher,
41-
getLegacyIsViewExpandedSetting: UserDefaultsWrapper<Bool>(key: .homePageShowAllFavorites, defaultValue: false).wrappedValue
41+
getLegacyIsViewExpandedSetting: UserDefaultsWrapper<Bool>(key: .homePageShowAllFavorites, defaultValue: true).wrappedValue
4242
)
4343

4444
let customizationProvider = NewTabPageCustomizationProvider(homePageSettingsModel: settingsModel)

0 commit comments

Comments
 (0)