Skip to content

Commit

Permalink
Merge release/1.83.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Apr 11, 2024
2 parents ad5947f + baad13e commit 0d0a85b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/BuildNumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 159
CURRENT_PROJECT_VERSION = 160
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,7 @@ extension NavigationBarViewController: NSMenuDelegate {
.store(in: &cancellables)

networkProtectionButtonModel.$showButton
.removeDuplicates()
.receive(on: RunLoop.main)
.sink { [weak self] show in
let isPopUpWindow = self?.view.window?.isPopUpWindow ?? false
Expand Down

0 comments on commit 0d0a85b

Please sign in to comment.