mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +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
|
<SubscriptionTourModal
|
||||||
visible={showSubscritionTourModal}
|
visible={showSubscritionTourModal && false}
|
||||||
onClose={handleCloseSubscriptionTourModal}
|
onClose={handleCloseSubscriptionTourModal}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue