mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 11:35:24 +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);
|
QtSingleApplication a(argc, argv);
|
||||||
a.setQuitOnLastWindowClosed(false);
|
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
|
// Resources
|
||||||
Q_INIT_RESOURCE(data);
|
Q_INIT_RESOURCE(data);
|
||||||
Q_INIT_RESOURCE(translations);
|
Q_INIT_RESOURCE(translations);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user