mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 19:22:28 +00:00
feat: hide tour modal
This commit is contained in:
parent
3bff55ef2c
commit
f02959f134
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ export function App() {
|
|||
/>
|
||||
|
||||
<SubscriptionTourModal
|
||||
visible={showSubscritionTourModal}
|
||||
visible={showSubscritionTourModal && false}
|
||||
onClose={handleCloseSubscriptionTourModal}
|
||||
/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue