Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GTK] add command line arg to start in tray #367

Open
wants to merge 301 commits into
base: master
Choose a base branch
from
Open

[GTK] add command line arg to start in tray #367

wants to merge 301 commits into from

Conversation

doron-goldstein
Copy link
Contributor

Note: this can cause an inconsistency in the settings, as this sets the settings manually.
This can be solved by replacing this with a -c option or such, to instead use a different config file. But I think having an option dedicated to starting in the BG is much more useful.
Another solution would be to just manually start hidden but that would be inconsistent with the settings internally, which can be all kinds of not fun.

TL;DR, looking for some opinions because this isn't the best impl.

z411 and others added 30 commits November 19, 2016 18:46
[Tracker][Engine][Qt] Prompt to add unrecognised shows.
This reverts commit f8d07ab.
…le exists is STATE_NOT_FOUND for wait_close = False
[tracker] Remove another assumption
[Qt] Split setGeometry into resize and move. (fixes #246)
Seems like i left that value there when testing, sorry.
Use the setting interval instead of a hard coded value.
This is too slow, I have to find a better way to do this.
[Qt] Filter update on rebuilding lists (fixes #264)
[Qt] Fixed not being able to edit tags on just added items
z411 and others added 26 commits June 9, 2018 20:43
[libanilist] Fix search possibly adding null names as show aliases
[GTK] Display lists nicely in detail window
Use 1-1-1 date for unknown values
[QT, GTK] fixes for when PIL is unavailable
@z411 z411 force-pushed the master branch 2 times, most recently from 94a7438 to 89b457a Compare April 11, 2019 04:05
@ahmubashshir
Copy link
Contributor

Note: this can cause an inconsistency in the settings, as this sets the settings manually.
This can be solved by replacing this with a -c option or such, to instead use a different config file. But I think having an option dedicated to starting in the BG is much more useful.
Another solution would be to just manually start hidden but that would be inconsistent with the settings internally, which can be all kinds of not fun.

TL;DR, looking for some opinions because this isn't the best impl.

It already implemented in a323b10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet