mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-02 20:36:44 +01:00
Correct bad indentation
This commit is contained in:
parent
b49c3db6e0
commit
91930d470e
@ -584,7 +584,7 @@ void GroovesharkService::EnsureItemsCreated() {
|
||||
root_->appendRow(search_);
|
||||
|
||||
QStandardItem* popular = new QStandardItem(QIcon(":/star-on.png"),
|
||||
tr("Popular songs"));
|
||||
tr("Popular songs"));
|
||||
root_->appendRow(popular);
|
||||
|
||||
popular_month_ = new QStandardItem(QIcon(":/star-on.png"), tr("Popular songs of the Month"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user