mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-28 08:09:40 +01:00
Change playlist tabbar favorite tooltip
This commit is contained in:
parent
ef72b3273e
commit
264d47caf4
@ -328,7 +328,7 @@ void PlaylistTabBar::InsertTab(const int id, const int index, const QString &tex
|
||||
setTabData(index, id);
|
||||
setTabToolTip(index, text);
|
||||
FavoriteWidget *widget = new FavoriteWidget(id, favorite);
|
||||
widget->setToolTip(tr("Click here to favorite this playlist so it will be saved and remain accessible through the \"Playlists\" panel on the left side bar"));
|
||||
widget->setToolTip(tr("Double-click here to favorite this playlist so it will be saved and remain accessible through the \"Playlists\" panel on the left side bar"));
|
||||
QObject::connect(widget, &FavoriteWidget::FavoriteStateChanged, this, &PlaylistTabBar::PlaylistFavorited);
|
||||
setTabButton(index, QTabBar::LeftSide, widget);
|
||||
suppress_current_changed_ = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user