Skip to content

Commit

Permalink
Merge pull request #1069 from kiwix/update-kiwix-title-in-sidebar
Browse files Browse the repository at this point in the history
Use inline title for Kiwix in sidebar
  • Loading branch information
kelson42 authored Jan 20, 2025
2 parents 0a9d126 + 80bfaed commit d2c9f14
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 d2c9f14

Please sign in to comment.