songify-rocks / Songify

A simple tool that gets the current track from Spotify, YouTube and Nightbot.
GNU General Public License v3.0
171 stars 25 forks source link

Prevent pop-up on Windows Start? #98

Closed Rietty closed 2 months ago

Rietty commented 4 months ago

Hi I would like for Songify to run at Windows start, in the background/only in the tray. However it currently pops up on login to Windows. Is there a way to disable this? I tried the auto-minimize setting but that only works for instances after the first Windows launch.

Cyklan commented 4 months ago

I'm not quite sure what you mean by "instances after the first windows launch"

Rietty commented 4 months ago

@Cyklan So basically I have the following two settings enabled:

image

The first setting launches the program on login to my Windows account, which is expected. However this means that the Songify window appears/shows up on my desktop itself.

The second means that when I hit the X button on the client window:

image

It minimizes into my system tray.
image

However what I would like to happen is that when the program is launched when I log into windows, it just goes directly to the system tray, without appearing on the desktop itself.

Inzaniity commented 4 months ago

I looked into the code and changed it to hopefully fix this, will be in the next update in a couple of days

Inzaniity commented 2 months ago

Should be fixed with the current release, if not reopen the issue

Rietty commented 2 months ago

Worked fine, thank you!