mirror of
https://github.com/izzy2lost/xenia-edge.git
synced 2026-07-06 00:20:26 -07:00
[UI] switch to Qt menu bar over native
This commit is contained in:
@@ -30,6 +30,9 @@ int main(int argc, char** argv) {
|
||||
|
||||
QApplication qt_app(argc, argv);
|
||||
|
||||
// Use Qt's own menu bar instead of native on all platforms
|
||||
qt_app.setAttribute(Qt::AA_DontUseNativeMenuBar);
|
||||
|
||||
int result;
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user