2048-Qt
2048-Qt copied to clipboard
New feature: optionally hiding the menubar
I think the menus on the menubar are not absolutely necessary:
- File: we have "new game" button already.
- Settings->Labeling: Most people play the default 2048 label.
- Settings->Language: People won't touch it, it should be auto-selected by locale configuration.
- Help: not very important.
so hiding the menubar won't do any harm and can lead to a clean UI.
If you want to get it merged, then language auto-selection by locale configuration should work. Is it working in your PR ?