Skip to content

Commit a044d3b

Browse files
author
liman
committed
no message
1 parent d78eb17 commit a044d3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Window/CocoaDebugTabBarController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ class CocoaDebugTabBarController: UITabBarController {
1818

1919
setChildControllers()
2020

21-
self.selectedIndex = CocoaDebugSettings.shared.tabBarSelectItem
21+
// self.selectedIndex = CocoaDebugSettings.shared.tabBarSelectItem
22+
self.selectedIndex = 2
2223
self.tabBar.tintColor = Color.mainGreen
2324
}
2425

0 commit comments

Comments
 (0)