-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix(files): edit locally buttons and description #49150
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
ce4261a
to
87135da
Compare
/backport 33a399f to stable28 |
/backport 33a399f to stable29 |
/backport 33a399f to stable30 |
can you create an option to disable the dialog completely? |
@ne0YT unfortunately no, that was not part of the goal. |
@skjnldsv maybe you can tell me how I could get rid of it using injected js? |
You cannot, our js is compiled and not possible to edit. But this might not work in the long run 🤔 Use it at your own risk |
is there some similar code I could use when I load my own js changing it? I injected a dialog to test that), but I'm not getting how to hide this element. |
Careful, you will hide ALL modals or dialogs with that 🫣 |
corrected script to hide the dialog:
|
Fix #48972
Fix #49034