-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Hide the 5 bottom-tray tab buttons from ribbon #841
Comments
Can I work on this issue? |
@kmaehlmann thank you for the offer! 🙇♂️ To be clear, these are the five icons I have in mind: Please let me know if you have any questions or would like any pointers 🤝 |
Hi, I am having trouble with the npm install for development. I can't exactly say what the problem is right now but I am having trouble following the steps to develop. I have node.js/npm installed but I am not sure what else to do. I am also not exactly sure where to start with this issue. Some help would be great, sorry I am new to most of this. Thank you. |
I am mostly concerned with testing my changes, I am not sure how to do that. |
No worries at all - I'm happy to hear you're trying out coding 👨🚀 When you run If you can get to this stage - you are ready to start coding. Consider using VS Code and in the app open the Once you make changes to any file ( Look around this file: Unfortunately, just deleting the button like that will probably prevent it from showing up in the tray, so you may need to change some other things. Look for the I don't remember right, but maybe, if we're lucky, there is a way to hide the button from the ribbon while still showing it in the settings. There are other buttons around that behave this way I think -- maybe if you see how they are configured (they are part of this I'm happy to help more if you'd like 😁 |
@kmaehlmann - I'm glad you were able to get code to work on your computer 🥳 I suspect now that the buttons are removed from the tray, they are no longer showing up in the settings menu. I suspect now with your code change there is no way to toggle them on / off from showing up in the bottom tray (they are either showing or hidden - and the user doesn't have the ability to show them / hide them in the bottom tray). The main task of this Issue is to hide the buttons from the ribbon, but still show them in the settings. Take a glance at the settings menu - there are some buttons that do not have an eye icon next to them (so they never appear in the ribbon) - perhaps in their configuration there is something that makes them not show up in the ribbon, but still show up in the settings menu 😉 |
Solution to issue whyboris#841 Removed 'showFreq', 'showRelatedVideosTray', 'showRecentlyPlayed', 'showDetailsTray' from group 6 Added 'showFreq', 'showRelatedVideosTray', 'showRecentlyPlayed', 'showDetailsTray' to group 14 (settings tab 3)
Since the bottom tray can be opened by clicking on the tabs that stick out on the bottom, we don't need the 5 associated buttons in the top ribbon (they take up space and are a silly way to access the bottom tray).
Hide the 5 buttons from showing up 🪓
The text was updated successfully, but these errors were encountered: