feat: use the permission page in bottom menu (#2218)

This commit is contained in:
Yingjie He
2025-04-16 14:51:01 -07:00
committed by GitHub
parent ec53e39347
commit 48a8f5a704
7 changed files with 34 additions and 65 deletions
+5 -1
View File
@@ -781,7 +781,11 @@ export default function App() {
}}
/>
)}
{view === 'permission' && <PermissionSettingsView onClose={() => setView('settings')} />}
{view === 'permission' && (
<PermissionSettingsView
onClose={() => setView((viewOptions as { parentView: View }).parentView)}
/>
)}
</div>
</div>
{isGoosehintsModalOpen && (