mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 13:34:54 +03:00
feat: hide tour modal
This commit is contained in:
parent
3bff55ef2c
commit
f02959f134
@ -308,7 +308,7 @@ export function App() {
|
||||
/>
|
||||
|
||||
<SubscriptionTourModal
|
||||
visible={showSubscritionTourModal}
|
||||
visible={showSubscritionTourModal && false}
|
||||
onClose={handleCloseSubscriptionTourModal}
|
||||
/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user