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

Shortcuts-bar remove menubar #4279

Merged
merged 1 commit into from
Feb 24, 2022

Conversation

Andreas-Kainz
Copy link
Contributor

all commands from menubar was added to the notebookbar
so no need for the hamburger menubar button

Signed-off-by: andreas kainz kainz.a@gmail.com
Change-Id: Icb283b40c269d2f92a29ad16dba8dda9d0f860d2

I didn't remove the code from getShortcutsBarData cause there are 3rd party apps that use this Shortcuts-bar to add there commands there.

@pedropintosilva I checked all commands. All commands are available somewhere else. So it's possible to hide the hamburger menubar button.

@Andreas-Kainz
Copy link
Contributor Author

image

@Andreas-Kainz
Copy link
Contributor Author

The .uno:Save command I would suggest to move to the last-mod string #4070

@eszkadev
Copy link
Contributor

nice, we can also remove widget implementation for that menu:
from browser/src/control/Control.NotebookbarBuilder.js
line: this._toolitemHandlers['.uno:Menubar'] = this._menubarControl;
and whole: _menubarControl function

all commands from menubar was added to the notebookbar
so no need for the hamburger menubar button

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: Icb283b40c269d2f92a29ad16dba8dda9d0f860d2
Copy link
Contributor

@pedropintosilva pedropintosilva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems good, thansk @Andreas-Kainz

@pedropintosilva pedropintosilva merged commit a2935d5 into master Feb 24, 2022
@pedropintosilva pedropintosilva deleted the private/Andreas-Kainz/ShortcutsBar branch February 24, 2022 16:23
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

Successfully merging this pull request may close these issues.

3 participants