mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-19 04:50:16 +01:00
Always show icons in the menus, even on gnome in lucid
This commit is contained in:
parent
a044ca1cad
commit
f8d68d3956
@ -104,6 +104,10 @@ int main(int argc, char *argv[]) {
|
||||
QtSingleApplication a(argc, argv);
|
||||
a.setQuitOnLastWindowClosed(false);
|
||||
|
||||
// Gnome on Ubuntu has menu icons disabled by default. I think that's a bad
|
||||
// idea, and makes some menus in Clementine look confusing.
|
||||
QCoreApplication::setAttribute(Qt::AA_DontShowIconsInMenus, false);
|
||||
|
||||
// Resources
|
||||
Q_INIT_RESOURCE(data);
|
||||
Q_INIT_RESOURCE(translations);
|
||||
|
Loading…
Reference in New Issue
Block a user