···8989import {ProfileFollowersScreen} from '#/screens/Profile/ProfileFollowers'
9090import {ProfileFollowsScreen} from '#/screens/Profile/ProfileFollows'
9191import {ProfileLabelerLikedByScreen} from '#/screens/Profile/ProfileLabelerLikedBy'
9292-import {ProfileSearchScreen} from '#/screens/Profile/ProfileSearch'
9392import {ProfileListScreen} from '#/screens/ProfileList'
9493import {SavedFeeds} from '#/screens/SavedFeeds'
9594import {SearchScreen} from '#/screens/Search'
9696-import {AboutSettingsScreen} from '#/screens/Settings/AboutSettings'
9797-import {AccessibilitySettingsScreen} from '#/screens/Settings/AccessibilitySettings'
9898-import {AccountSettingsScreen} from '#/screens/Settings/AccountSettings'
9995import {ActivityPrivacySettingsScreen} from '#/screens/Settings/ActivityPrivacySettings'
10096import {AppearanceSettingsScreen} from '#/screens/Settings/AppearanceSettings'
10197import {AppIconSettingsScreen} from '#/screens/Settings/AppIconSettings'
102102-import {AppPasswordsScreen} from '#/screens/Settings/AppPasswords'
103103-import {ContentAndMediaSettingsScreen} from '#/screens/Settings/ContentAndMediaSettings'
104104-import {ExternalMediaPreferencesScreen} from '#/screens/Settings/ExternalMediaPreferences'
105105-import {FollowingFeedPreferencesScreen} from '#/screens/Settings/FollowingFeedPreferences'
10698import {InterestsSettingsScreen} from '#/screens/Settings/InterestsSettings'
107107-import {LanguageSettingsScreen} from '#/screens/Settings/LanguageSettings'
10899import {LegacyNotificationSettingsScreen} from '#/screens/Settings/LegacyNotificationSettings'
109100import {NotificationSettingsScreen} from '#/screens/Settings/NotificationSettings'
110101import {ActivityNotificationSettingsScreen} from '#/screens/Settings/NotificationSettings/ActivityNotificationSettings'
···117108import {ReplyNotificationSettingsScreen} from '#/screens/Settings/NotificationSettings/ReplyNotificationSettings'
118109import {RepostNotificationSettingsScreen} from '#/screens/Settings/NotificationSettings/RepostNotificationSettings'
119110import {RepostsOnRepostsNotificationSettingsScreen} from '#/screens/Settings/NotificationSettings/RepostsOnRepostsNotificationSettings'
120120-import {PrivacyAndSecuritySettingsScreen} from '#/screens/Settings/PrivacyAndSecuritySettings'
121121-import {SettingsScreen} from '#/screens/Settings/Settings'
122122-import {ThreadPreferencesScreen} from '#/screens/Settings/ThreadPreferences'
123111import {
124112 StarterPackScreen,
125113 StarterPackScreenShort,
126114} from '#/screens/StarterPack/StarterPackScreen'
127115import {Wizard} from '#/screens/StarterPack/Wizard'
128128-import TopicScreen from '#/screens/Topic'
129116import {VideoFeed} from '#/screens/VideoFeed'
130117import {type Theme, useTheme} from '#/alf'
131118import {
···399386 }}
400387 />
401388 <Stack.Screen
402402- name="DeerSettings"
389389+ name="CatskySettings"
403390 getComponent={() => DeerSettingsScreen}
404391 options={{
405392 title: title(msg`Deer Settings`),
···77import {isWeb} from '#/platform/detection'
88import * as persisted from '#/state/persisted'
99import * as env from '#/env'
1010+import {device} from '#/storage'
1011import {timeout} from '../async/timeout'
1112import {type Gate} from './gates'
1213