mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-15 11:15:59 +01:00
Add an icon to the visualisations window.
Update issue #394 Missed that one, thanks :)
This commit is contained in:
parent
cb2588b3a3
commit
f04e4bb6ea
@ -50,6 +50,7 @@ VisualisationContainer::VisualisationContainer(QWidget *parent)
|
||||
size_(kDefaultTextureSize)
|
||||
{
|
||||
setWindowTitle(tr("Clementine Visualisation"));
|
||||
setWindowIcon(QIcon(":/icon.png"));
|
||||
|
||||
// Set up the graphics view
|
||||
setScene(vis_);
|
||||
|
Loading…
Reference in New Issue
Block a user