Fix playlist background image not loading

This commit is contained in:
Jonas Kvinge
2020-07-07 22:21:07 +02:00
parent 3f2b683fca
commit 24f2cfb29f

View File

@@ -994,6 +994,7 @@ void MainWindow::ReloadAllSettings() {
void MainWindow::RefreshStyleSheet() {
QString contents(styleSheet());
setStyleSheet("");
setStyleSheet(contents);
}