kartik-venugopal / aural-player

An audio player for macOS, inspired by Winamp.
MIT License
792 stars 44 forks source link

Allow windows to be de-magnetized #91

Open yan-8 opened 1 month ago

yan-8 commented 1 month ago

Hi dear developer! Could you please help me with small issue, I can't understand how to demagnetize an additional window like AU Window? Please see a video below. https://github.com/kartik-venugopal/aural-player/assets/23197048/691040cf-f207-4c15-a35e-89819cc5f683

kartik-venugopal commented 1 month ago

Ah, you mean when you move the main window, the AU window should not move with it ? Unfortunately, there is no way to do that currently. This behavior is as designed ... all windows of the app are children of the main window, so they will move when the main window moves. You will need to move the AU window alone by itself.

If you want to reposition the AU window, I suggest first moving the main window and then moving the AU window by itself.

yan-8 commented 1 month ago

Ah, you mean when you move the main window, the AU window should not move with it? -> Yes.

😩

kartik-venugopal commented 1 month ago

I will add a preference in v4 to let the user choose to demagnetize all child windows. Happy ?

😄

yan-8 commented 1 month ago

Ohh that's amazing, thank you! You made my weekend. 😉👨🏻‍💻🙂

kartik-venugopal commented 1 month ago

Implemented and released a new preferences setting, in preview3 (latest release page). See screenshot:

Let me know if it works for you!

Screenshot 2024-07-30 at 11 29 09 PM

yan-8 commented 1 month ago

Hey @kartik-venugopal ! Unfortunately I cannot run / open your last version.

2024 07 31 - 21 24 51
kartik-venugopal commented 1 month ago

Hey, I will try to take a look this weekend