Skip to content

Commit f984ac9

Browse files
committed
Disable icons in menu items
1 parent 3b13fec commit f984ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style/adwaita.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace Adwaita
5656
const bool SingleClick { true };
5757
const bool ShowIconsOnPushButtons { true };
5858
const int ToolButtonStyle { Qt::ToolButtonTextBesideIcon };
59-
const bool ShowIconsInMenuItems { true };
59+
const bool ShowIconsInMenuItems { false };
6060
}
6161

6262
enum EnumMnemonicsMode {

0 commit comments

Comments
 (0)