Remove thumbnail clip from macOS (#84)

This commit is contained in:
jeffvli
2021-11-14 15:39:48 -08:00
committed by Jeff
parent 5942df462d
commit d3ae0eec79

View File

@@ -422,14 +422,6 @@ const createWindow = async () => {
mainWindow.on('resize', () => {
const window = mainWindow.getContentBounds();
// Set the current song image as thumbnail
mainWindow.setThumbnailClip({
x: 15,
y: mainWindow.getContentSize()[1] - 83,
height: 65,
width: 65,
});
settings.setSync('windowPosition', {
x: window.x,
y: window.y,