-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[cmd:help] controling to show / hide toolbar icons in preference tab #2118
Comments
also how about add selection to auto hide or not on startup toolbar & navigation panel in mobile view |
The previous state is restored for the show/hide status of toolbar.
What is it like? |
Edited:- Also Ticks are re-arrangement for better look. |
If someone disabled all icons toolbar is hide. So computer can only reach settings by F1(right click options are not working(toolbar settings)). But mobile F1 option not available also long click & reach the settings is too hard. |
@CodeLyokoXtEAM Thanks a lot !. 👍 Preservation of the previous value in the initial state of the tool bar show / hide is always enabled at present. (It can not be invalidated) I can not think of the situation of the request that the installer wants to invalidate it... However, I'll be waiting for you if there is a better proposal. Thanks! |
It was my simple mistake and it has already been fixed (deb02bd). Thanks! |
how about if user disable all icon then add preferences settings icon to right click menu list. without add icon to tool bar. |
That's nice! I'll try it. I think that it is better to always display it in the context menu. And, I think that the automatic display on the tool bar is optional. |
```javascript // toolbar extra options toolbarExtra : { // also displays the text label on the button (true / false) displayTextLabel: false, // Exclude `displayTextLabel` setting UA type labelExcludeUA: ['Mobile'], // auto hide on initial open autoHideUA: ['Mobile'], // show Preference button ('none', 'auto', 'always') // If you do not include 'preference' in the context menu you should specify 'auto' or 'always' showPreferenceButton: 'none' }, ``` c.f #2118 - #2118 (comment)
@CodeLyokoXtEAM I done. Thanks! 👍 |
In title.
The text was updated successfully, but these errors were encountered: