Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability do disable "Buy" option #8

Open
CptNoHand opened this issue Sep 8, 2022 · 5 comments
Open

Ability do disable "Buy" option #8

CptNoHand opened this issue Sep 8, 2022 · 5 comments

Comments

@CptNoHand
Copy link

This would be good, if a server uses crypto for buying rare items and crypto can only be optained via crypto sticks.

@LiamDormon
Copy link
Collaborator

They can comment this out

<Dialog
open={buyOpen}
onClose={() => setBuyOpen(false)}
hideBackdrop
disablePortal
>
<BuyDialogue close={() => setBuyOpen(false)} />
</Dialog>

@CptNoHand
Copy link
Author

Sorry, if i'm being dumb, when i download the release version, i don't have this

@LiamDormon
Copy link
Collaborator

The release won't, this is in the source code

@CptNoHand
Copy link
Author

So i take source, change it and then build it myself?

@LiamDormon
Copy link
Collaborator

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants