Skip to content

Commit

Permalink
Use inline title for Kiwix in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Jan 5, 2025
1 parent 4a0d565 commit 13341b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions App/SidebarViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class SidebarViewController: UICollectionViewController, NSFetchedResultsControl

// configure view
navigationItem.title = Brand.appName
navigationItem.largeTitleDisplayMode = .never
navigationItem.rightBarButtonItem = UIBarButtonItem(
image: UIImage(systemName: "plus.square"),
primaryAction: UIAction { [unowned self] _ in
Expand Down

0 comments on commit 13341b0

Please sign in to comment.