feat: album cover support copy-paste from the old SP codebase
This commit is contained in:
@ -16,6 +16,9 @@
|
||||
<height>160</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="acceptDrops">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Pineapple Player</string>
|
||||
</property>
|
||||
@ -185,6 +188,9 @@ QLabel#coverLabel {
|
||||
<property name="text">
|
||||
<string>AlbumCover</string>
|
||||
</property>
|
||||
<property name="scaledContents">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
Reference in New Issue
Block a user