From c755c45a93a49034128d11f223d50adacc81f6f8 Mon Sep 17 00:00:00 2001 From: crowning- Date: Wed, 20 Apr 2016 17:35:53 +0200 Subject: [PATCH] [UI] Enable themed *.png icons again for Linux Reference: my first comment here: https://github.com/dashpay/dash/pull/761 --- src/qt/platformstyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);