diff --git a/src/qt/platformstyle.cpp b/src/qt/platformstyle.cpp index 11cbc7a47c06..16b79c939908 100644 --- a/src/qt/platformstyle.cpp +++ b/src/qt/platformstyle.cpp @@ -25,7 +25,7 @@ static const struct { {"macosx", false, false, true}, {"windows", true, false, false}, /* Other: linux, unix, ... */ - {"other", true, true, false} + {"other", true, false, false} }; static const unsigned platform_styles_count = sizeof(platform_styles)/sizeof(*platform_styles);