Skip to content

Commit 65e5705

Browse files
committed
Removed iPadOS 26 sidebar in Nyxian
1 parent 23c3966 commit 65e5705

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Nyxian/AppDelegate.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ import UIKit
3131

3232
let tabViewController: UIThemedTabBarController = UIThemedTabBarController()
3333

34-
if #available(iOS 26.0, *) {
35-
tabViewController.mode = .tabSidebar;
36-
}
37-
3834
let contentViewController: ContentViewController = ContentViewController(path: "\(NSHomeDirectory())/Documents/Projects")
3935
let settingsViewController: SettingsViewController = SettingsViewController(style: .insetGrouped)
4036

0 commit comments

Comments
 (0)