diff --git a/src/capture/button.cpp b/src/capture/button.cpp index 4d3695b0..76d4dfdf 100644 --- a/src/capture/button.cpp +++ b/src/capture/button.cpp @@ -69,8 +69,6 @@ void Button::initButton() { emergeAnimation->setDuration(80); emergeAnimation->setStartValue(QSize(0, 0)); emergeAnimation->setEndValue(QSize(BUTTON_SIZE, BUTTON_SIZE)); - - setStyleSheet(getStyle()); } // getIcon returns the icon for the type of button, this method lets