mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-05-25 01:04:31 -04:00
Remove thumbnail clip from macOS (#84)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user